forked from qt-creator/qt-creator
Rename ICustomWizardFactory to ICustomWizardMetaFactory
Also rename CustomWizardFactory to CustomWizardMetaFactory. These factories are used to generate the actual factories that are visible in File->New, so they are kind of Meta:-) CustomWizardClassFactory was my first attempt, but since there are project- and classwizards that are generated by this meta-factory that is not a good name. Get rid of a useless typedef while at it. Change-Id: I3dc2cce3f52999af7e59d5f2ad5509153056ea49 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -125,7 +125,7 @@ bool QmakeProjectManagerPlugin::initialize(const QStringList &arguments, QString
|
||||
addAutoReleasedObject(new TestWizard);
|
||||
addAutoReleasedObject(new CustomWidgetWizard);
|
||||
|
||||
addAutoReleasedObject(new CustomWizardFactory<CustomQmakeProjectWizard>
|
||||
addAutoReleasedObject(new CustomWizardMetaFactory<CustomQmakeProjectWizard>
|
||||
(QLatin1String("qmakeproject"), Core::IWizardFactory::ProjectWizard));
|
||||
|
||||
addAutoReleasedObject(new QMakeStepFactory);
|
||||
|
||||
Reference in New Issue
Block a user