mirror of
https://github.com/itay-grudev/SingleApplication.git
synced 2025-04-01 01:52:39 +08:00
QAPPLICATION_CLASS now defaults to QCoreApplication
This commit is contained in:
parent
5e67bf9751
commit
6b78aefd28
@ -4,7 +4,7 @@
|
|||||||
#include <QtCore/QtGlobal>
|
#include <QtCore/QtGlobal>
|
||||||
|
|
||||||
#ifndef QAPPLICATION_CLASS
|
#ifndef QAPPLICATION_CLASS
|
||||||
#define QAPPLICATION_CLASS QApplication
|
#define QAPPLICATION_CLASS QCoreApplication
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include QT_STRINGIFY(QAPPLICATION_CLASS)
|
#include QT_STRINGIFY(QAPPLICATION_CLASS)
|
||||||
|
Loading…
Reference in New Issue
Block a user