forked from qt-creator/qt-creator
Add a clone wizard for version control (base classes + git/svn).
Task-number: 244831
This commit is contained in:
@@ -36,6 +36,7 @@
|
||||
#include "subversionsubmiteditor.h"
|
||||
#include "subversionconstants.h"
|
||||
#include "subversioncontrol.h"
|
||||
#include "checkoutwizard.h"
|
||||
|
||||
#include <vcsbase/basevcseditorfactory.h>
|
||||
#include <vcsbase/vcsbaseeditor.h>
|
||||
@@ -269,6 +270,8 @@ bool SubversionPlugin::initialize(const QStringList &arguments, QString *errorMe
|
||||
m_subversionOutputWindow = new SubversionOutputWindow(this);
|
||||
addAutoReleasedObject(m_subversionOutputWindow);
|
||||
|
||||
addAutoReleasedObject(new CheckoutWizard);
|
||||
|
||||
//register actions
|
||||
Core::ActionManager *ami = core->actionManager();
|
||||
Core::ActionContainer *toolsContainer = ami->actionContainer(M_TOOLS);
|
||||
|
Reference in New Issue
Block a user