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