forked from qt-creator/qt-creator
IWizard->IWizardFactory
Start at splitting up the wizard functionality a bit. Currently it is a factory but also contains a lot of logic that is invoked by the real wizard dialogs. This change renames/moves a couple of things only. Change-Id: I1fa114ee3ee262f7c0690841f361bbf09e674725 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -87,11 +87,11 @@ void BaseCheckoutWizardPrivate::clear()
|
||||
BaseCheckoutWizard::BaseCheckoutWizard() :
|
||||
d(new Internal::BaseCheckoutWizardPrivate)
|
||||
{
|
||||
setWizardKind(IWizard::ProjectWizard);
|
||||
setWizardKind(IWizardFactory::ProjectWizard);
|
||||
setCategory(QLatin1String(ProjectExplorer::Constants::IMPORT_WIZARD_CATEGORY));
|
||||
setDisplayCategory(QCoreApplication::translate("ProjectExplorer",
|
||||
ProjectExplorer::Constants::IMPORT_WIZARD_CATEGORY_DISPLAY));
|
||||
setFlags(Core::IWizard::PlatformIndependent);
|
||||
setFlags(Core::IWizardFactory::PlatformIndependent);
|
||||
}
|
||||
|
||||
BaseCheckoutWizard::~BaseCheckoutWizard()
|
||||
|
||||
Reference in New Issue
Block a user