summaryrefslogtreecommitdiff
path: root/src/plugins/qt4projectmanager/wizards/librarywizarddialog.h
diff options
context:
space:
mode:
authorThomas Hartmann <Thomas.Hartmann@nokia.com>2012-02-03 18:00:08 +0100
committerThomas Hartmann <Thomas.Hartmann@nokia.com>2012-02-07 16:26:10 +0100
commit821eab6c52d5587b233a409f3086e223c7a270b2 (patch)
tree695875859f46982a950cf5f78b88fae11bc706af /src/plugins/qt4projectmanager/wizards/librarywizarddialog.h
parent88d95250ef9d13b9602c64d1ca6ad05529c072ba (diff)
downloadqt-creator-821eab6c52d5587b233a409f3086e223c7a270b2.tar.gz
Wizards: refactoring - adding WizardDialogParameters
The Wizards itself (derived from IWizard) and the dialogs implementing the wizards were quite discoupled. Since I want to add parameters that are delivered from IWizard::run to the dialog a I added WizardDialogParameters. Examples of paramters I want to add are the choosen platform and the choosen subOption/template for this wizard. Change-Id: I9c0ae2901e3d46d3c36a3f433f4d7d508a6ba74e Reviewed-by: Alessandro Portale <alessandro.portale@nokia.com>
Diffstat (limited to 'src/plugins/qt4projectmanager/wizards/librarywizarddialog.h')
-rw-r--r--src/plugins/qt4projectmanager/wizards/librarywizarddialog.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/qt4projectmanager/wizards/librarywizarddialog.h b/src/plugins/qt4projectmanager/wizards/librarywizarddialog.h
index 0f473fab7e..cc2d9984b1 100644
--- a/src/plugins/qt4projectmanager/wizards/librarywizarddialog.h
+++ b/src/plugins/qt4projectmanager/wizards/librarywizarddialog.h
@@ -53,9 +53,9 @@ class LibraryWizardDialog : public BaseQt4ProjectWizardDialog
public:
LibraryWizardDialog(const QString &templateName,
const QIcon &icon,
- const QList<QWizardPage*> &extensionPages,
bool showModulesPage,
- QWidget *parent = 0);
+ QWidget *parent,
+ const Core::WizardDialogParameters &parameters);
void setSuffixes(const QString &header, const QString &source, const QString &form= QString());
void setLowerCaseFiles(bool);