forked from qt-creator/qt-creator
Vcs: Append "Factory" to the variaus checkout wizards
Change-Id: I571717a389c63f4f0371570e22d3f2a834e8b900 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -248,7 +248,7 @@ bool CvsPlugin::initialize(const QStringList &arguments, QString *errorMessage)
|
||||
for (int i = 0; i < editorCount; i++)
|
||||
addAutoReleasedObject(new CVSEditorFactory(editorParameters + i, this, describeSlotC));
|
||||
|
||||
addAutoReleasedObject(new CheckoutWizard);
|
||||
addAutoReleasedObject(new CheckoutWizardFactory);
|
||||
|
||||
const QString prefix = QLatin1String("cvs");
|
||||
m_commandLocator = new Core::CommandLocator("CVS", prefix, prefix);
|
||||
|
Reference in New Issue
Block a user