summaryrefslogtreecommitdiff
path: root/src/libs/utils/wizard.cpp
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@theqtcompany.com>2015-09-22 15:52:25 +0200
committerTobias Hunger <tobias.hunger@theqtcompany.com>2015-09-23 13:27:11 +0000
commita561e59a2458819268d7b28b3f1a7f3ebb9897c9 (patch)
tree532ff02fa181e4374e6a3de31083b9210b391e67 /src/libs/utils/wizard.cpp
parentc0ae81f4f2472423e53b6dd89f5a78a0ab56f075 (diff)
downloadqt-creator-a561e59a2458819268d7b28b3f1a7f3ebb9897c9.tar.gz
Utils::Wizard: Move hack out of the base class
Implement it instead where it is needed. Change-Id: If7f76bcfa82705936b555a5ebfc221978c70e106 Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
Diffstat (limited to 'src/libs/utils/wizard.cpp')
-rw-r--r--src/libs/utils/wizard.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/libs/utils/wizard.cpp b/src/libs/utils/wizard.cpp
index dfdd561140..3c225b76ea 100644
--- a/src/libs/utils/wizard.cpp
+++ b/src/libs/utils/wizard.cpp
@@ -384,12 +384,6 @@ WizardProgress *Wizard::wizardProgress() const
return d->m_wizardProgress;
}
-bool Wizard::validateCurrentPage()
-{
- emit nextClicked();
- return QWizard::validateCurrentPage();
-}
-
bool Wizard::hasField(const QString &name) const
{
return d_ptr->m_fieldNames.contains(name);