Skip to content

Commit ec28963

Browse files
committed
Set application name in tests
1 parent bcdfca8 commit ec28963

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/main.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
int main(int argc, char **argv)
55
{
66
QApplication a(argc, argv);
7+
a.setApplicationName("ScratchCPP Player");
78
::testing::InitGoogleTest(&argc, argv);
89
return RUN_ALL_TESTS();
910
}

0 commit comments

Comments
 (0)