1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-27 22:49:25 +02:00

Fix sonar warnings, convert spaces -> tabs

This commit is contained in:
Ivan Savenko
2025-07-02 18:23:02 +03:00
parent 5caf43a63c
commit e12765dca0
45 changed files with 448 additions and 461 deletions

View File

@@ -236,7 +236,7 @@ bool ModStateController::doInstallMod(QString modname, QString archivePath)
// Remove .github folder from installed mod
QDir githubDir(extractedDir.filePath(".github"));
if (githubDir.exists())
githubDir.removeRecursively();
githubDir.removeRecursively();
//there are possible excessive files - remove them
QString upperLevel = modDirName.section('/', 0, 0);