From 3dd6cea8dad821ce3049288b224e7faa11b4494e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Sun, 19 Dec 2021 19:12:43 +0100 Subject: [PATCH] NOISSUE do people not even build their PRs when they make them? --- launcher/Application.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/launcher/Application.cpp b/launcher/Application.cpp index ec6d5984..9c965829 100644 --- a/launcher/Application.cpp +++ b/launcher/Application.cpp @@ -332,7 +332,7 @@ Application::Application(int &argc, char **argv) : QApplication(argc, argv) "(%1)\n" "\n" "The launcher cannot continue until you fix this problem." - ).arg(dataPath); + ).arg(dataPath) ); return; } @@ -350,7 +350,7 @@ Application::Application(int &argc, char **argv) : QApplication(argc, argv) "(%1)\n" "\n" "The launcher cannot continue until you fix this problem." - ).arg(dataPath); + ).arg(dataPath) ); return; } @@ -510,7 +510,7 @@ Application::Application(int &argc, char **argv) : QApplication(argc, argv) "(%1)\n" "\n" "The launcher cannot continue until you fix this problem." - ).arg(dataPath); + ).arg(dataPath) ); return; }