OSDN Git Service

Mobile wizards: Don't ignore user setting for Maemo icon.
authorChristian Kandeler <christian.kandeler@nokia.com>
Wed, 13 Oct 2010 11:29:22 +0000 (13:29 +0200)
committerChristian Kandeler <christian.kandeler@nokia.com>
Wed, 13 Oct 2010 11:29:22 +0000 (13:29 +0200)
Reviewed-by: kh1
src/plugins/qt4projectmanager/wizards/abstractmobileappwizard.cpp

index deb753b..8ada0a6 100644 (file)
@@ -87,6 +87,7 @@ Core::GeneratedFiles AbstractMobileAppWizard::generateFiles(const QWizard *wizar
         = qobject_cast<const AbstractMobileAppWizardDialog*>(wizard);
     app()->setSymbianTargetUid(wdlg->m_optionsPage->symbianUid());
     app()->setSymbianSvgIcon(wdlg->m_optionsPage->symbianSvgIcon());
+    app()->setMaemoPngIcon(wdlg->m_optionsPage->maemoPngIcon());
     app()->setOrientation(wdlg->m_optionsPage->orientation());
     app()->setNetworkEnabled(wdlg->m_optionsPage->networkEnabled());
     return app()->generateFiles(errorMessage);