qtquick: Use QGuiApplication for tests, not QApplication
This commit is contained in:
@@ -51,7 +51,7 @@ private:
|
||||
Platform_qtquick::Platform_qtquick(int &argc, char **argv)
|
||||
: Platform_qt(argc, argv)
|
||||
{
|
||||
new QApplication(argc, argv);
|
||||
new QGuiApplication(argc, argv);
|
||||
init();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user