diff options
Diffstat (limited to 'Userland/Libraries/LibGUI/Application.h')
-rw-r--r-- | Userland/Libraries/LibGUI/Application.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Userland/Libraries/LibGUI/Application.h b/Userland/Libraries/LibGUI/Application.h index 8847c35ae5..31c4a421a9 100644 --- a/Userland/Libraries/LibGUI/Application.h +++ b/Userland/Libraries/LibGUI/Application.h @@ -27,6 +27,8 @@ public: ~Application(); + static bool in_teardown(); + int exec(); void quit(int = 0); |