mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-04 15:45:25 +00:00
LibCore: Add a hook for custom construction of EventLoopImplementation
This commit is contained in:
@@ -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