forked from qt-creator/qt-creator
Add a way to query the VCS used from the ProjectWizardPage
Change-Id: Ice0fe952d03bea6dd95dbd48d2228a64d524400e Reviewed-by: Daniel Teske <daniel.teske@theqtcompany.com>
This commit is contained in:
@@ -67,6 +67,7 @@ public:
|
||||
|
||||
int versionControlIndex() const;
|
||||
void setVersionControlIndex(int);
|
||||
Core::IVersionControl *currentVersionControl();
|
||||
|
||||
// Returns the common path
|
||||
void setFiles(const QStringList &files);
|
||||
@@ -79,13 +80,14 @@ public:
|
||||
|
||||
signals:
|
||||
void projectNodeChanged();
|
||||
void versionControlChanged(int);
|
||||
|
||||
public slots:
|
||||
void initializeVersionControls();
|
||||
|
||||
private slots:
|
||||
void slotProjectChanged(int);
|
||||
void slotManageVcs();
|
||||
void projectChanged(int);
|
||||
void manageVcs();
|
||||
|
||||
private:
|
||||
void setAdditionalInfo(const QString &text);
|
||||
|
||||
Reference in New Issue
Block a user