forked from qt-creator/qt-creator
QMakeProjectManager: Rename *Qt4* wizards
Change-Id: I6e1bf4e603338e53f9264b0a2ee2a90ef345bbfe Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
@@ -62,7 +62,7 @@ CustomWidgetWizardDialog::CustomWidgetWizardDialog(const QString &templateName,
|
||||
const QIcon &icon,
|
||||
QWidget *parent,
|
||||
const Core::WizardDialogParameters ¶meters) :
|
||||
BaseQt4ProjectWizardDialog(false, parent, parameters),
|
||||
BaseQmakeProjectWizardDialog(false, parent, parameters),
|
||||
m_widgetsPage(new CustomWidgetWidgetsWizardPage),
|
||||
m_pluginPage(new CustomWidgetPluginWizardPage),
|
||||
m_widgetPageId(-1), m_pluginPageId(-1)
|
||||
|
||||
Reference in New Issue
Block a user