mirror of
https://github.com/RGBCube/serenity
synced 2025-05-15 04:04:59 +00:00
Start bringing up LibGUI properly (formerly Widgets.)
This commit is contained in:
parent
b91479d9b9
commit
8eae89a405
17 changed files with 258 additions and 33 deletions
|
@ -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));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue