From 6b78aefd28dcbf83a492e35e19b7d99b526e5082 Mon Sep 17 00:00:00 2001 From: Itay Grudev Date: Mon, 9 May 2016 17:05:38 +0100 Subject: QAPPLICATION_CLASS now defaults to QCoreApplication --- singleapplication.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'singleapplication.h') diff --git a/singleapplication.h b/singleapplication.h index 6819627..4080762 100644 --- a/singleapplication.h +++ b/singleapplication.h @@ -4,7 +4,7 @@ #include #ifndef QAPPLICATION_CLASS - #define QAPPLICATION_CLASS QApplication + #define QAPPLICATION_CLASS QCoreApplication #endif #include QT_STRINGIFY(QAPPLICATION_CLASS) -- cgit v1.2.1