From 821eab6c52d5587b233a409f3086e223c7a270b2 Mon Sep 17 00:00:00 2001 From: Thomas Hartmann Date: Fri, 3 Feb 2012 18:00:08 +0100 Subject: 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 --- src/plugins/qt4projectmanager/wizards/librarywizarddialog.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/plugins/qt4projectmanager/wizards/librarywizarddialog.h') 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 &extensionPages, bool showModulesPage, - QWidget *parent = 0); + QWidget *parent, + const Core::WizardDialogParameters ¶meters); void setSuffixes(const QString &header, const QString &source, const QString &form= QString()); void setLowerCaseFiles(bool); -- cgit v1.2.1