Moved getPathNameInLocal8bit inside FileSystem namespace

Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
(cherry picked from commit 3ddcadcdd1)
This commit is contained in:
Trial97
2024-04-04 18:01:24 +03:00
committed by github-actions[bot]
parent 3e5e131a94
commit b2cca30cd9
5 changed files with 49 additions and 47 deletions

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;