Changed: Log version of installed Installer

--HG--
branch : develop
feature/pipeline-tools
kervala 8 years ago
parent 3526efb920
commit 22ff9504a7

@ -744,6 +744,9 @@ int CConfigFile::compareInstallersVersion() const
if (!QFile::exists(installerDst)) return 1; if (!QFile::exists(installerDst)) return 1;
QString installedVersion = getVersionFromExecutable(installerDst); QString installedVersion = getVersionFromExecutable(installerDst);
nlinfo("%s version is %s", Q2C(installerDst), Q2C(installedVersion));
QString newVersion = QApplication::applicationVersion(); QString newVersion = QApplication::applicationVersion();
QVersionNumber installedVer = QVersionNumber::fromString(installedVersion); QVersionNumber installedVer = QVersionNumber::fromString(installedVersion);

Loading…
Cancel
Save