aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/designer/formwizard.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/designer/formwizard.h
parenta34b0b90cd3554c1407497409a02c06936052ca6 (diff)
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/designer/formwizard.h')
-rw-r--r--src/plugins/designer/formwizard.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/plugins/designer/formwizard.h b/src/plugins/designer/formwizard.h
index dd232c2ba2..33c3eef86e 100644
--- a/src/plugins/designer/formwizard.h
+++ b/src/plugins/designer/formwizard.h
@@ -43,8 +43,7 @@ public:
FormWizard();
private:
- 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;
};