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:
Tobias Hunger
2011-04-15 17:43:44 +02:00
parent 51cbd001e8
commit bcd8740a6e
21 changed files with 75 additions and 14 deletions

View File

@@ -166,6 +166,7 @@ public:
signals:
void repositoryChanged(const QString &repository);
void filesChanged(const QStringList &files);
void configurationChanged();
// TODO: ADD A WAY TO DETECT WHETHER A FILE IS MANAGED, e.g
// virtual bool sccManaged(const QString &filename) = 0;