forked from qt-creator/qt-creator
Fixes: Enable switching of VCS according to currentProject
Task: 205821 RevBy: con Details: Add a IVersionControl to git. Extend IF to able to return a name and add enabling options. Connect project explorer to enable the right VCS.
This commit is contained in:
@@ -108,6 +108,11 @@ void ProjectWizardPage::changeEvent(QEvent *e)
|
||||
}
|
||||
}
|
||||
|
||||
void ProjectWizardPage::setVCSDisplay(const QString &vcsName)
|
||||
{
|
||||
m_ui->addToVersionControlLabel->setText(tr("Add to &VCS (%1)").arg(vcsName));
|
||||
}
|
||||
|
||||
void ProjectWizardPage::setFilesDisplay(const QStringList &files)
|
||||
{
|
||||
QString fileMessage; {
|
||||
|
||||
Reference in New Issue
Block a user