summaryrefslogtreecommitdiffstats
path: root/src/app/application.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/application.h')
-rw-r--r--src/app/application.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/app/application.h b/src/app/application.h
index 302946e..b8fa181 100644
--- a/src/app/application.h
+++ b/src/app/application.h
@@ -32,6 +32,8 @@ public:
static Application *instance() { return static_cast<Application*>(QCoreApplication::instance()); }
Application(int &argc, char **argv);
+ ~Application();
+
const bool isSubJOM() const { return m_bIsSubJOM; }
public slots: