From 47e37635f50c09b4f9a9ee7699e3120bab3e4088 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Sun, 10 Apr 2016 04:29:29 +0200 Subject: NOISSUE split GUI stuff from logic library --- wonkoclient/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'wonkoclient/main.cpp') diff --git a/wonkoclient/main.cpp b/wonkoclient/main.cpp index 1ee6d881..eaf92c5d 100644 --- a/wonkoclient/main.cpp +++ b/wonkoclient/main.cpp @@ -3,7 +3,7 @@ // #include "WonkoClient.h" -#include +#include #include #include #include @@ -11,7 +11,7 @@ int main(int argc, char *argv[]) { - QApplication a(argc, argv); + QCoreApplication a(argc, argv); if (a.arguments().contains("-d")) { int i = a.arguments().lastIndexOf("-d") + 1; -- cgit v1.2.3