summaryrefslogtreecommitdiffstats
path: root/main.cpp
diff options
context:
space:
mode:
authorArno Moeller <arno.moeller@bit.bremerhaven.de>2013-07-18 16:23:22 +0200
committerArno Moeller <arno.moeller@bit.bremerhaven.de>2013-07-19 13:02:51 +0200
commit536643c36b61ddbce1a1b3efb70488ad83f7ae7b (patch)
tree69756bfa3cd37a5edc782db87e13829c3cf0c3ef /main.cpp
parent057da448ad06de20b8054ae1ba5ed7f6fb656c1b (diff)
downloadSheMov-536643c36b61ddbce1a1b3efb70488ad83f7ae7b.tar.gz
SheMov-536643c36b61ddbce1a1b3efb70488ad83f7ae7b.tar.bz2
SheMov-536643c36b61ddbce1a1b3efb70488ad83f7ae7b.zip
Clean up the db analyzer mess
I guess I was quite drunk when I designed this overengineered, multithreaded monstrosity. Replace it with 4 nifty dialogs.
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.cpp b/main.cpp
index 444b6c1..6f615bb 100644
--- a/main.cpp
+++ b/main.cpp
@@ -5,7 +5,7 @@
2 of the License, or (at your option) any later version.
*/
-#include <QtWidgets/QApplication>
+#include <QApplication>
#include "shemov.h"