summaryrefslogtreecommitdiff
path: root/Application.h
diff options
context:
space:
mode:
Diffstat (limited to 'Application.h')
-rw-r--r--Application.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Application.h b/Application.h
index 050db138..6c3d1a9e 100644
--- a/Application.h
+++ b/Application.h
@@ -18,7 +18,9 @@ public:
int OnRun();
int OnExit();
bool OnExceptionInMainLoop();
+
void OnStartApplication(wxIdleEvent& event);
+ void OnQueryEndSession(wxEvent& event);
private:
void runGuiMode(const xmlAccess::XmlGuiConfig& guiCfg, xmlAccess::XmlGlobalSettings& settings);
bgstack15