summaryrefslogtreecommitdiff
path: root/src/plugins/subversion/subversioncontrol.cpp
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@nokia.com>2011-04-15 17:43:44 +0200
committerTobias Hunger <tobias.hunger@nokia.com>2011-04-15 17:45:34 +0200
commitbcd8740a6ef328ef13bd6852995f6c0986df07e0 (patch)
tree3a5018b39d734284bef5e18e4ff1556902f99df5 /src/plugins/subversion/subversioncontrol.cpp
parent51cbd001e89e3ec22a4776d1d3f41266d5973e81 (diff)
downloadqt-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/subversion/subversioncontrol.cpp')
-rw-r--r--src/plugins/subversion/subversioncontrol.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/plugins/subversion/subversioncontrol.cpp b/src/plugins/subversion/subversioncontrol.cpp
index 08fab79557..cd1c28994e 100644
--- a/src/plugins/subversion/subversioncontrol.cpp
+++ b/src/plugins/subversion/subversioncontrol.cpp
@@ -159,3 +159,8 @@ void SubversionControl::emitFilesChanged(const QStringList &l)
{
emit filesChanged(l);
}
+
+void SubversionControl::emitConfigurationChanged()
+{
+ emit configurationChanged();
+}