summaryrefslogtreecommitdiffstats
path: root/src/libs/installer/utils.cpp
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@theqtcompany.com>2015-01-21 10:03:13 +0100
committerKai Koehne <kai.koehne@theqtcompany.com>2015-01-21 10:14:50 +0100
commit711c579ffa053acfe49879960bfb1b1b1b5f4c8b (patch)
treedb9036908d52db1dedf74fe5dd07a9132d7c547d /src/libs/installer/utils.cpp
parent515b96469d39c8dfd5ba823ecac371414c02e552 (diff)
parent7b584f55c2fee55aabd852aa836d6d8295ee1b22 (diff)
Merge remote-tracking branch 'origin/2.0'
Conflicts: dist/config/config.xml dist/packages/org.qtproject.ifw.binaries/meta/package.xml dist/packages/org.qtproject.ifw/meta/package.xml installerfw.pri Change-Id: Ia5dd8dfbaa2289f1b167191d6997a5f4340721a2
Diffstat (limited to 'src/libs/installer/utils.cpp')
-rw-r--r--src/libs/installer/utils.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/installer/utils.cpp b/src/libs/installer/utils.cpp
index b8aa46324..2b1eab55c 100644
--- a/src/libs/installer/utils.cpp
+++ b/src/libs/installer/utils.cpp
@@ -390,7 +390,7 @@ QString QInstaller::windowsErrorString(int errorCode)
LocalFree((HLOCAL) string);
if (ret.isEmpty() && errorCode == ERROR_MOD_NOT_FOUND)
- ret = QCoreApplication::tr("QInstaller", "The specified module could not be found.");
+ ret = QCoreApplication::translate("QInstaller", "The specified module could not be found.");
ret.append(QLatin1String(" (0x"));
ret.append(QString::number(uint(errorCode), 16).rightJustified(8, QLatin1Char('0')));