summaryrefslogtreecommitdiffstats
path: root/src/s40/installerbasecommons.cpp
diff options
context:
space:
mode:
authorkh1 <karsten.heimrich@nokia.com>2012-08-21 17:45:38 +0200
committerKarsten Heimrich <karsten.heimrich@nokia.com>2012-08-21 17:46:54 +0200
commite7754dc0c578d66b7bf1deda730831efdc6d2dc9 (patch)
treeb19f7574c530a490ce2d64f8476ae7cc47fef06c /src/s40/installerbasecommons.cpp
parent6d7dbad2de546f2a0a39e21bcfe7afc0fc55ac91 (diff)
Put all the other code there as well.
We can't share it right now, but will figure out a way tomorrow. Change-Id: I2471c3d27d895f59d0b51f0c9f254fcc4e61943b Reviewed-by: Karsten Heimrich <karsten.heimrich@nokia.com>
Diffstat (limited to 'src/s40/installerbasecommons.cpp')
-rw-r--r--src/s40/installerbasecommons.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/s40/installerbasecommons.cpp b/src/s40/installerbasecommons.cpp
index 1a3a08b36..3440fd1ca 100644
--- a/src/s40/installerbasecommons.cpp
+++ b/src/s40/installerbasecommons.cpp
@@ -30,6 +30,7 @@
**
**************************************************************************/
#include "installerbasecommons.h"
+#include "componentviewpage.h"
#include <component.h>
#include <messageboxhandler.h>
@@ -499,10 +500,7 @@ int InstallerGui::nextId() const
MaintenanceGui::MaintenanceGui(PackageManagerCore *core)
: PackageManagerGui(core, 0)
{
- IntroductionPageImpl *intro = new IntroductionPageImpl(core);
- connect(intro, SIGNAL(packageManagerCoreTypeChanged()), this, SLOT(updateRestartPage()));
-
- setPage(PackageManagerCore::Introduction, intro);
+ setPage(PackageManagerCore::Introduction + 1, new ComponentViewPage(core));
setPage(PackageManagerCore::ComponentSelection, new ComponentSelectionPage(core));
setPage(PackageManagerCore::LicenseCheck, new LicenseAgreementPage(core));
setPage(PackageManagerCore::ReadyForInstallation, new ReadyForInstallationPage(core));