Revert "utility: headless parsing"

This reverts commit 76697d8b6e.
This commit is contained in:
Eberhard Graether
2016-02-24 11:17:25 +01:00
parent 4dabe31776
commit 39e7789acd
9 changed files with 82 additions and 181 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
#include "qt/window/QtSplashScreen.h"
#include <QCoreApplication>
#include <QApplication>
#include <QThread>
#include <QTimer>
@@ -38,7 +38,7 @@ QtSplashScreen::~QtSplashScreen()
{
}
void QtSplashScreen::exec(QCoreApplication& app)
void QtSplashScreen::exec(QApplication& app)
{
m_state = 0;
QTimer* timer = new QTimer(this);