forked from qt-creator/qt-creator
VCS: Notify project wizard about config changes
... and have the project wizard update the available VCS. Task-number: QTCREATORBUG-4423
This commit is contained in:
@@ -247,5 +247,10 @@ void GitVersionControl::emitRepositoryChanged(const QString &r)
|
||||
emit repositoryChanged(r);
|
||||
}
|
||||
|
||||
void GitVersionControl::emitConfigurationChanged()
|
||||
{
|
||||
emit configurationChanged();
|
||||
}
|
||||
|
||||
} // Internal
|
||||
} // Git
|
||||
|
||||
Reference in New Issue
Block a user