NOISSUE do people not even build their PRs when they make them?

This commit is contained in:
Petr Mrázek 2021-12-19 19:12:43 +01:00
parent 6d3eace2a8
commit 3dd6cea8da

View File

@ -332,7 +332,7 @@ Application::Application(int &argc, char **argv) : QApplication(argc, argv)
"(%1)\n" "(%1)\n"
"\n" "\n"
"The launcher cannot continue until you fix this problem." "The launcher cannot continue until you fix this problem."
).arg(dataPath); ).arg(dataPath)
); );
return; return;
} }
@ -350,7 +350,7 @@ Application::Application(int &argc, char **argv) : QApplication(argc, argv)
"(%1)\n" "(%1)\n"
"\n" "\n"
"The launcher cannot continue until you fix this problem." "The launcher cannot continue until you fix this problem."
).arg(dataPath); ).arg(dataPath)
); );
return; return;
} }
@ -510,7 +510,7 @@ Application::Application(int &argc, char **argv) : QApplication(argc, argv)
"(%1)\n" "(%1)\n"
"\n" "\n"
"The launcher cannot continue until you fix this problem." "The launcher cannot continue until you fix this problem."
).arg(dataPath); ).arg(dataPath)
); );
return; return;
} }