mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-11 18:20:43 +09:00
LibCore: Add a hook for custom construction of EventLoopImplementation
This commit is contained in:
parent
16c47ccff6
commit
31289a8d57
Notes:
sideshowbarker
2024-07-17 21:16:31 +09:00
Author: https://github.com/awesomekling
Commit: 31289a8d57
Pull-request: https://github.com/SerenityOS/serenity/pull/18493
Reviewed-by: https://github.com/FireFox317
3 changed files with 7 additions and 1 deletions
|
@ -12,6 +12,8 @@ namespace Core {
|
|||
|
||||
class EventLoopImplementationUnix final : public EventLoopImplementation {
|
||||
public:
|
||||
static NonnullOwnPtr<EventLoopImplementationUnix> create() { return make<EventLoopImplementationUnix>(); }
|
||||
|
||||
EventLoopImplementationUnix();
|
||||
virtual ~EventLoopImplementationUnix();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue