summaryrefslogtreecommitdiff
path: root/src/plugins/qmakeprojectmanager/wizards/testwizard.h
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@digia.com>2014-05-27 12:23:38 +0200
committerTobias Hunger <tobias.hunger@digia.com>2014-06-06 09:34:52 +0200
commit5b5bea0c142064f88ad65220730e04ebb33623ca (patch)
tree7ce5d99e9a65ecd103f7d1ddcba8f0e2937c0692 /src/plugins/qmakeprojectmanager/wizards/testwizard.h
parenta34b0b90cd3554c1407497409a02c06936052ca6 (diff)
downloadqt-creator-5b5bea0c142064f88ad65220730e04ebb33623ca.tar.gz
BaseFileWizardFactory: rename createWizardDialog method to create
Unify name of parameters object that gets passed into the method while at it anyway. Change-Id: I9cfdfe3b7dcdbd5e083b3b91922053be3a63b081 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
Diffstat (limited to 'src/plugins/qmakeprojectmanager/wizards/testwizard.h')
-rw-r--r--src/plugins/qmakeprojectmanager/wizards/testwizard.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/plugins/qmakeprojectmanager/wizards/testwizard.h b/src/plugins/qmakeprojectmanager/wizards/testwizard.h
index 4cf5af08aa..f90702430b 100644
--- a/src/plugins/qmakeprojectmanager/wizards/testwizard.h
+++ b/src/plugins/qmakeprojectmanager/wizards/testwizard.h
@@ -43,8 +43,7 @@ public:
TestWizard();
protected:
- QWizard *createWizardDialog(QWidget *parent,
- const Core::WizardDialogParameters &wizardDialogParameters) const;
+ QWizard *create(QWidget *parent, const Core::WizardDialogParameters &parameters) const;
Core::GeneratedFiles generateFiles(const QWizard *w, QString *errorMessage) const;
};