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:
Tobias Hunger
2014-11-10 13:54:01 +01:00
parent a2ebc8adbd
commit 8c228443be
2 changed files with 18 additions and 6 deletions

View File

@@ -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);