summaryrefslogtreecommitdiffstats
path: root/src/sdk
diff options
context:
space:
mode:
authorjkobus <jaroslaw.kobus@digia.com>2014-07-01 14:13:58 +0200
committerJarek Kobus <jaroslaw.kobus@digia.com>2014-07-07 14:38:01 +0200
commit27390528bdc4474d808bf53fb2bbe33a5b1eaaef (patch)
tree3804577a7243ce9e852ca7631e46fb37d43ab5d2 /src/sdk
parentbce9c5db761eb04648341e5a61ad155bc1557c28 (diff)
Rename settings in config.xml file
Rename UninstallerName to MaintenanceToolName (change its default value to "maintenancetool"). Rename UninstallerIniFile to MaintenanceToolIniFile. Change-Id: Ic8ceae80b43c6793ae9b0baacea2ea374a0f90d1 Reviewed-by: Niels Weber <niels.weber@digia.com> Reviewed-by: Karsten Heimrich <karsten.heimrich@digia.com> Reviewed-by: Kai Koehne <kai.koehne@digia.com>
Diffstat (limited to 'src/sdk')
-rw-r--r--src/sdk/installerbase.cpp4
-rw-r--r--src/sdk/tabcontroller.cpp2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/sdk/installerbase.cpp b/src/sdk/installerbase.cpp
index 62b65da22..117435ab9 100644
--- a/src/sdk/installerbase.cpp
+++ b/src/sdk/installerbase.cpp
@@ -278,8 +278,8 @@ int main(int argc, char *argv[])
qDebug() << QString::fromLatin1(" %1").arg(it.next());
}
- // register custom operations before reading the binary content cause they may used in
- // the uninstaller for the recorded list of during the installation performed operations
+ // register custom operations before reading the binary content because they may be used in
+ // the maintenance tool for the recorded list or during the installation performed operations
QInstaller::init();
QString binaryFile = QCoreApplication::applicationFilePath();
diff --git a/src/sdk/tabcontroller.cpp b/src/sdk/tabcontroller.cpp
index ffa831580..a8b29d73f 100644
--- a/src/sdk/tabcontroller.cpp
+++ b/src/sdk/tabcontroller.cpp
@@ -95,7 +95,7 @@ TabController::TabController(QObject *parent)
TabController::~TabController()
{
- d->m_core->writeUninstaller();
+ d->m_core->writeMaintenanceTool();
delete d;
}