diff options
author | Arno Moeller <arno.moeller@bit.bremerhaven.de> | 2013-07-18 16:23:22 +0200 |
---|---|---|
committer | Arno Moeller <arno.moeller@bit.bremerhaven.de> | 2013-07-19 13:02:51 +0200 |
commit | 536643c36b61ddbce1a1b3efb70488ad83f7ae7b (patch) | |
tree | 69756bfa3cd37a5edc782db87e13829c3cf0c3ef /main.cpp | |
parent | 057da448ad06de20b8054ae1ba5ed7f6fb656c1b (diff) | |
download | SheMov-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.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ 2 of the License, or (at your option) any later version. */ -#include <QtWidgets/QApplication> +#include <QApplication> #include "shemov.h" |