summaryrefslogtreecommitdiffstats
path: root/installerbuilder/installerbase/tabcontroller.cpp
diff options
context:
space:
mode:
authorkh1 <qt-info@nokia.com>2011-06-29 22:15:43 +0200
committerkh1 <qt-info@nokia.com>2011-06-29 22:24:43 +0200
commit2917bd4bf12c51128f4f953680f32fd5f2b9d997 (patch)
treea235c21d90ad6daf0a5127aff6a5d39ac0b27d07 /installerbuilder/installerbase/tabcontroller.cpp
parentb5d4c27bf8efe775be595dcb0caed4abe9b1495d (diff)
Remove some superfluous code.
Title and icon are already set in the gui base class.
Diffstat (limited to 'installerbuilder/installerbase/tabcontroller.cpp')
-rw-r--r--installerbuilder/installerbase/tabcontroller.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/installerbuilder/installerbase/tabcontroller.cpp b/installerbuilder/installerbase/tabcontroller.cpp
index 0fc1a5e67..6071d2a72 100644
--- a/installerbuilder/installerbase/tabcontroller.cpp
+++ b/installerbuilder/installerbase/tabcontroller.cpp
@@ -132,9 +132,6 @@ int TabController::init()
engine->newQObject(this));
}
- if (!d->m_core->isInstaller())
- d->m_gui->setWindowTitle(d->m_core->value(QLatin1String("MaintenanceTitle")));
-
IntroductionPageImpl *introPage =
qobject_cast<IntroductionPageImpl*>(d->m_gui->page(PackageManagerCore::Introduction));
connect(introPage, SIGNAL(initUpdater()), this, SLOT(initUpdater()));