mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-25 19:04:58 +00:00
LibGUI: Implement destroying individual windows without exiting the process.
This commit is contained in:
@@ -69,7 +69,7 @@ void GObject::stopTimer()
|
||||
m_timerID = 0;
|
||||
}
|
||||
|
||||
void GObject::deleteLater()
|
||||
void GObject::delete_later()
|
||||
{
|
||||
GEventLoop::main().post_event(this, make<GEvent>(GEvent::DeferredDestroy));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user