aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/subversion/subversioncontrol.h
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.h
parent51cbd001e89e3ec22a4776d1d3f41266d5973e81 (diff)
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.h')
-rw-r--r--src/plugins/subversion/subversioncontrol.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/subversion/subversioncontrol.h b/src/plugins/subversion/subversioncontrol.h
index 1dd519328f..2805ebc982 100644
--- a/src/plugins/subversion/subversioncontrol.h
+++ b/src/plugins/subversion/subversioncontrol.h
@@ -69,6 +69,7 @@ public:
void emitRepositoryChanged(const QString &);
void emitFilesChanged(const QStringList &);
+ void emitConfigurationChanged();
private:
SubversionPlugin *m_plugin;