Moved getPathNameInLocal8bit inside FileSystem namespace

Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
Trial97 committed 2024-04-04 18:01:24 +03:00
1 parent 8ecab305ac
commit 3ddcadcdd1
5 files changed
+49 -47

No files matched your search

+3
View File
@@ -55,6 +55,9 @@ void JavaChecker::performCheck()
qDebug() << "Java checker library could not be found. Please check your installation.";
return;
}
#ifdef Q_OS_WIN
checkerJar = FS::getPathNameInLocal8bit(checkerJar);
#endif
QStringList args;