summaryrefslogtreecommitdiff
path: root/src/plugins/vcsbase/vcsplugin.h
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@digia.com>2014-02-24 12:36:47 +0100
committerTobias Hunger <tobias.hunger@digia.com>2014-02-27 11:16:30 +0100
commit3804de502385a9e921f69dc0415e0c216d1d7d1f (patch)
treedc2a59268147f174c62208c059cc6bec12ac433b /src/plugins/vcsbase/vcsplugin.h
parentead00db2d3884262eeaf921cf3e0d05ec39fe2b8 (diff)
downloadqt-creator-3804de502385a9e921f69dc0415e0c216d1d7d1f.tar.gz
Vcs: Add variables containing the Vcs name (Git, etc.) and topic
This allows to have the git branch names (or tags, etc.) in the build path or to pass that information to scripts. Task-number: QTCREATORBUG-10376 Change-Id: I151990bdc7b85abbb427b2afae220adb4e918f4f Reviewed-by: Eike Ziller <eike.ziller@digia.com>
Diffstat (limited to 'src/plugins/vcsbase/vcsplugin.h')
-rw-r--r--src/plugins/vcsbase/vcsplugin.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/vcsbase/vcsplugin.h b/src/plugins/vcsbase/vcsplugin.h
index fd73b0d89a..c0baf21856 100644
--- a/src/plugins/vcsbase/vcsplugin.h
+++ b/src/plugins/vcsbase/vcsplugin.h
@@ -72,6 +72,7 @@ signals:
private slots:
void slotSettingsChanged();
+ void updateVariable(const QByteArray &variable);
private:
void populateNickNameModel();