utility: headless parsing
* resolve merge conflict * rpath for dev * generate a coatidb with a coatiproject * build script change to cmake --build
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#include "qt/window/QtSplashScreen.h"
|
||||
|
||||
#include <QApplication>
|
||||
#include <QCoreApplication>
|
||||
#include <QThread>
|
||||
#include <QTimer>
|
||||
|
||||
@@ -38,7 +38,7 @@ QtSplashScreen::~QtSplashScreen()
|
||||
{
|
||||
}
|
||||
|
||||
void QtSplashScreen::exec(QApplication& app)
|
||||
void QtSplashScreen::exec(QCoreApplication& app)
|
||||
{
|
||||
m_state = 0;
|
||||
QTimer* timer = new QTimer(this);
|
||||
|
||||
Reference in New Issue
Block a user