Changed: Log version of installed Installer

--HG--
branch : develop
This commit is contained in:
kervala 2016-10-20 14:47:45 +02:00
parent 3526efb920
commit 22ff9504a7

View file

@ -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);