diff options
author | Itay Grudev <itay@grudev.com> | 2016-05-09 17:05:38 +0100 |
---|---|---|
committer | Itay Grudev <itay@grudev.com> | 2016-05-09 17:05:38 +0100 |
commit | 6b78aefd28dcbf83a492e35e19b7d99b526e5082 (patch) | |
tree | ec21830f497f0d94bdfa6577f36d672250c10762 | |
parent | Code style improvements (diff) | |
download | singleapplication-6b78aefd28dcbf83a492e35e19b7d99b526e5082.tar.xz |
QAPPLICATION_CLASS now defaults to QCoreApplication
-rw-r--r-- | singleapplication.h | 2 |
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) |