Changed: Log version of installed Installer
--HG-- branch : develop
This commit is contained in:
parent
3526efb920
commit
22ff9504a7
1 changed files with 3 additions and 0 deletions
|
@ -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…
Reference in a new issue