mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-24 00:24:38 +00:00
Start bringing up LibGUI properly (formerly Widgets.)
This commit is contained in:
@@ -71,6 +71,6 @@ void GObject::stopTimer()
|
||||
|
||||
void GObject::deleteLater()
|
||||
{
|
||||
GEventLoop::main().postEvent(this, make<GEvent>(GEvent::DeferredDestroy));
|
||||
GEventLoop::main().post_event(this, make<GEvent>(GEvent::DeferredDestroy));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user