There was an error while loading. Please reload this page.
1 parent bcdfca8 commit ec28963Copy full SHA for ec28963
test/main.cpp
@@ -4,6 +4,7 @@
4
int main(int argc, char **argv)
5
{
6
QApplication a(argc, argv);
7
+ a.setApplicationName("ScratchCPP Player");
8
::testing::InitGoogleTest(&argc, argv);
9
return RUN_ALL_TESTS();
10
}
0 commit comments