forked from qt-creator/qt-creator
Vcs: Make VcsCommandPage available to JsonWizards
Add a page to run checkout commands with. Change-Id: I4c6a6f662c3dfa19fd8f837934e8173412ee6f36 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
committed by
Tobias Hunger
parent
192b3fc994
commit
1b1d97f9ed
@@ -37,6 +37,7 @@
|
||||
#include "vcsoutputwindow.h"
|
||||
#include "vcsprojectcache.h"
|
||||
#include "corelistener.h"
|
||||
#include "wizard/vcscommandpage.h"
|
||||
#include "wizard/vcsconfigurationpage.h"
|
||||
#include "wizard/vcsjsextension.h"
|
||||
|
||||
@@ -93,6 +94,7 @@ bool VcsPlugin::initialize(const QStringList &arguments, QString *errorMessage)
|
||||
slotSettingsChanged();
|
||||
|
||||
JsonWizardFactory::registerPageFactory(new Internal::VcsConfigurationPageFactory);
|
||||
JsonWizardFactory::registerPageFactory(new Internal::VcsCommandPageFactory);
|
||||
|
||||
JsExpander::registerQObjectForJs(QLatin1String("Vcs"), new VcsJsExtension);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user