summaryrefslogtreecommitdiff
path: root/src/plugins/pythoneditor/wizard/pythonclasswizarddialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/pythoneditor/wizard/pythonclasswizarddialog.cpp')
-rw-r--r--src/plugins/pythoneditor/wizard/pythonclasswizarddialog.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/plugins/pythoneditor/wizard/pythonclasswizarddialog.cpp b/src/plugins/pythoneditor/wizard/pythonclasswizarddialog.cpp
index a8ddd34376..15ba718087 100644
--- a/src/plugins/pythoneditor/wizard/pythonclasswizarddialog.cpp
+++ b/src/plugins/pythoneditor/wizard/pythonclasswizarddialog.cpp
@@ -41,8 +41,7 @@ ClassWizardDialog::ClassWizardDialog(QWidget *parent) :
m_classNamePage(new ClassNamePage(this))
{
setWindowTitle(tr("Python Class Wizard"));
- const int classNameId = addPage(m_classNamePage.data());
- wizardProgress()->item(classNameId)->setTitle(tr("Details"));
+ addPage(m_classNamePage.data());
}
ClassWizardDialog::~ClassWizardDialog()