it's a QGuiApplication

This commit is contained in:
Marco Martin 2014-05-19 18:17:52 +02:00
parent 924818a0ca
commit 48aa4e9186

View File

@ -39,7 +39,7 @@ public:
}; };
DPITest::DPITest(int &argc, char **argv, QCommandLineParser *parser) : DPITest::DPITest(int &argc, char **argv, QCommandLineParser *parser) :
QApplication(argc, argv) QGuiApplication(argc, argv)
{ {
d = new DPITestPrivate; d = new DPITestPrivate;
d->parser = parser; d->parser = parser;