diff options
author | Tobias Hunger <tobias.hunger@nokia.com> | 2011-04-15 17:43:44 +0200 |
---|---|---|
committer | Tobias Hunger <tobias.hunger@nokia.com> | 2011-04-15 17:45:34 +0200 |
commit | bcd8740a6ef328ef13bd6852995f6c0986df07e0 (patch) | |
tree | 3a5018b39d734284bef5e18e4ff1556902f99df5 /src/plugins/cvs/cvscontrol.cpp | |
parent | 51cbd001e89e3ec22a4776d1d3f41266d5973e81 (diff) | |
download | qt-creator-bcd8740a6ef328ef13bd6852995f6c0986df07e0.tar.gz |
VCS: Notify project wizard about config changes
... and have the project wizard update the available VCS.
Task-number: QTCREATORBUG-4423
Diffstat (limited to 'src/plugins/cvs/cvscontrol.cpp')
-rw-r--r-- | src/plugins/cvs/cvscontrol.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/plugins/cvs/cvscontrol.cpp b/src/plugins/cvs/cvscontrol.cpp index ce1801eb52..237ccb09b4 100644 --- a/src/plugins/cvs/cvscontrol.cpp +++ b/src/plugins/cvs/cvscontrol.cpp @@ -158,3 +158,8 @@ void CVSControl::emitFilesChanged(const QStringList &l) { emit filesChanged(l); } + +void CVSControl::emitConfigurationChanged() +{ + emit configurationChanged(); +} |