From 630592544d719fdda8e4c942329492d1a41a8b14 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Sun, 18 Mar 2018 12:46:51 +0100 Subject: The QGuiApplication does not seem to be necessary for QTextDocument. ..as long as we link to QtGui. --- synchronizer/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'synchronizer') diff --git a/synchronizer/main.cpp b/synchronizer/main.cpp index f4bac73..3f79207 100644 --- a/synchronizer/main.cpp +++ b/synchronizer/main.cpp @@ -17,7 +17,7 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -#include +#include #include #include @@ -226,7 +226,7 @@ int main(int argc, char *argv[]) qInstallMessageHandler(qtMessageHandler); - QGuiApplication app(argc, argv); + QCoreApplication app(argc, argv); app.setQuitLockEnabled(false); QByteArrayList arguments; -- cgit v1.2.3