diff options
author | Tobias Hunger <[email protected]> | 2014-05-05 16:00:20 +0200 |
---|---|---|
committer | Tobias Hunger <[email protected]> | 2014-05-26 11:43:48 +0200 |
commit | 67c2c77a99b41247652279b3732c4cdf0ff84e6a (patch) | |
tree | 57b8beab0a513b089e2812f1dcffaa4c2411cf92 /src/plugins/cvs/cvsplugin.cpp | |
parent | 043c193e3d042841f7dddd3d7da7b942860b5a88 (diff) |
Vcs: Append "Factory" to the variaus checkout wizards
Change-Id: I571717a389c63f4f0371570e22d3f2a834e8b900
Reviewed-by: Orgad Shaneh <[email protected]>
Diffstat (limited to 'src/plugins/cvs/cvsplugin.cpp')
-rw-r--r-- | src/plugins/cvs/cvsplugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/cvs/cvsplugin.cpp b/src/plugins/cvs/cvsplugin.cpp index fe6819d90ff..b5b582817c8 100644 --- a/src/plugins/cvs/cvsplugin.cpp +++ b/src/plugins/cvs/cvsplugin.cpp @@ -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); |