summaryrefslogtreecommitdiff
path: root/src/plugins/pythoneditor/wizard/pythonclasswizard.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/pythoneditor/wizard/pythonclasswizard.h')
-rw-r--r--src/plugins/pythoneditor/wizard/pythonclasswizard.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/pythoneditor/wizard/pythonclasswizard.h b/src/plugins/pythoneditor/wizard/pythonclasswizard.h
index 22ca710ddb..147d005a87 100644
--- a/src/plugins/pythoneditor/wizard/pythonclasswizard.h
+++ b/src/plugins/pythoneditor/wizard/pythonclasswizard.h
@@ -46,9 +46,9 @@ class ClassWizard : public Core::BaseFileWizard
Q_OBJECT
public:
- explicit ClassWizard(QObject *parent = 0);
+ ClassWizard();
-protected:
+private:
QWizard *createWizardDialog(QWidget *parent,
const Core::WizardDialogParameters &params) const;