summaryrefslogtreecommitdiff
path: root/LibGUI/GApplication.h
diff options
context:
space:
mode:
Diffstat (limited to 'LibGUI/GApplication.h')
-rw-r--r--LibGUI/GApplication.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/LibGUI/GApplication.h b/LibGUI/GApplication.h
index eff2c11e22..0a139b2cd2 100644
--- a/LibGUI/GApplication.h
+++ b/LibGUI/GApplication.h
@@ -7,9 +7,12 @@ class GMenuBar;
class GApplication {
public:
+ static GApplication& the();
GApplication(int argc, char** argv);
+ ~GApplication();
int exec();
+ void exit(int);
void set_menubar(OwnPtr<GMenuBar>&&);