Implement stringable interface for Version type

This commit is contained in:
Chocobo1 2022-03-25 14:17:22 +08:00
parent c6b772da11
commit 7c1a986e61
No known key found for this signature in database
GPG key ID: 210D9C873253A68C
7 changed files with 12 additions and 11 deletions

View file

@ -83,7 +83,7 @@ namespace
}
LogMsg(QCoreApplication::translate("Utils::ForeignApps", "Python detected, executable name: '%1', version: %2")
.arg(info.executableName, info.version), Log::INFO);
.arg(info.executableName, info.version.toString()), Log::INFO);
return true;
}