mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 01:35:08 +02:00
LibCore: Add a hook for custom construction of EventLoopImplementation
This commit is contained in:
Notes:
sideshowbarker
2024-07-17 21:16:31 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/31289a8d57 Pull-request: https://github.com/SerenityOS/serenity/pull/18493 Reviewed-by: https://github.com/FireFox317
@@ -12,6 +12,8 @@ namespace Core {
|
||||
|
||||
class EventLoopImplementationUnix final : public EventLoopImplementation {
|
||||
public:
|
||||
static NonnullOwnPtr<EventLoopImplementationUnix> create() { return make<EventLoopImplementationUnix>(); }
|
||||
|
||||
EventLoopImplementationUnix();
|
||||
virtual ~EventLoopImplementationUnix();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user