forked from qt-creator/qt-creator
Wizards: Remove 'virtual' from method that should not be implemented
runWizard was the entry point for wizards once, but nowadays you should implement runWizardImpl in subclasses. Change-Id: If7cc501a64b366306f60c9d30e0d9052660e6c30 Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
@@ -84,7 +84,7 @@ public:
|
||||
QString runPath(const QString &defaultPath);
|
||||
|
||||
// Does bookkeeping and the calls runWizardImpl. Please implement that.
|
||||
virtual Utils::Wizard *runWizard(const QString &path, QWidget *parent, Id platform,
|
||||
Utils::Wizard *runWizard(const QString &path, QWidget *parent, Id platform,
|
||||
const QVariantMap &variables);
|
||||
|
||||
virtual bool isAvailable(Id platformId) const;
|
||||
|
Reference in New Issue
Block a user