aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/projectfilewizardextension.h
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@digia.com>2014-05-02 17:38:42 +0200
committerTobias Hunger <tobias.hunger@digia.com>2014-05-26 11:42:03 +0200
commita8e8910130ecb59a40e38e3dbca712bb6f8db15f (patch)
tree37988f031c58eae079a336b7a9272ac927d6fed5 /src/plugins/projectexplorer/projectfilewizardextension.h
parentca41557613d02026113e52703984625b88687023 (diff)
IWizard->IWizardFactory
Start at splitting up the wizard functionality a bit. Currently it is a factory but also contains a lot of logic that is invoked by the real wizard dialogs. This change renames/moves a couple of things only. Change-Id: I1fa114ee3ee262f7c0690841f361bbf09e674725 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
Diffstat (limited to 'src/plugins/projectexplorer/projectfilewizardextension.h')
-rw-r--r--src/plugins/projectexplorer/projectfilewizardextension.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/projectexplorer/projectfilewizardextension.h b/src/plugins/projectexplorer/projectfilewizardextension.h
index bd40f22e2c..8956dd280f 100644
--- a/src/plugins/projectexplorer/projectfilewizardextension.h
+++ b/src/plugins/projectexplorer/projectfilewizardextension.h
@@ -48,7 +48,7 @@ public:
explicit ProjectFileWizardExtension();
~ProjectFileWizardExtension();
- QList<QWizardPage *> extensionPages(const Core::IWizard *wizard);
+ QList<QWizardPage *> extensionPages(const Core::IWizardFactory *wizard);
bool processFiles(const QList<Core::GeneratedFile> &files,
bool *removeOpenProjectAttribute, QString *errorMessage);
void applyCodeStyle(Core::GeneratedFile *file) const;