it's a QGuiApplication
This commit is contained in:
parent
924818a0ca
commit
48aa4e9186
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user