We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 521d9a3 commit bf496a7Copy full SHA for bf496a7
test/main.cpp
@@ -1,9 +1,9 @@
1
-#include <QGuiApplication>
+#include <QApplication>
2
#include <gtest/gtest.h>
3
4
int main(int argc, char **argv)
5
{
6
- QGuiApplication a(argc, argv);
+ QApplication a(argc, argv);
7
::testing::InitGoogleTest(&argc, argv);
8
return RUN_ALL_TESTS();
9
}
0 commit comments