LibGUI: Implement destroying individual windows without exiting the process.

This commit is contained in:
Andreas Kling 2019-01-30 20:03:52 +01:00
commit 37ab7b7a8c
Notes: sideshowbarker 2024-07-19 15:55:05 +09:00
8 changed files with 85 additions and 30 deletions

View file

@ -27,7 +27,7 @@ public:
void addChild(GObject&);
void removeChild(GObject&);
void deleteLater();
void delete_later();
private:
virtual void timerEvent(GTimerEvent&);