aboutsummaryrefslogtreecommitdiff
path: root/singleapplication.h
diff options
context:
space:
mode:
authorItay Grudev <itay@grudev.com>2016-05-09 17:05:38 +0100
committerItay Grudev <itay@grudev.com>2016-05-09 17:05:38 +0100
commit6b78aefd28dcbf83a492e35e19b7d99b526e5082 (patch)
treeec21830f497f0d94bdfa6577f36d672250c10762 /singleapplication.h
parentCode style improvements (diff)
downloadsingleapplication-6b78aefd28dcbf83a492e35e19b7d99b526e5082.tar.xz
QAPPLICATION_CLASS now defaults to QCoreApplication
Diffstat (limited to 'singleapplication.h')
-rw-r--r--singleapplication.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/singleapplication.h b/singleapplication.h
index 6819627..4080762 100644
--- a/singleapplication.h
+++ b/singleapplication.h
@@ -4,7 +4,7 @@
#include <QtCore/QtGlobal>
#ifndef QAPPLICATION_CLASS
- #define QAPPLICATION_CLASS QApplication
+ #define QAPPLICATION_CLASS QCoreApplication
#endif
#include QT_STRINGIFY(QAPPLICATION_CLASS)