aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/git/gitclient.h
diff options
context:
space:
mode:
authorOrgad Shaneh <[email protected]>2011-09-19 16:13:37 +0200
committerTobias Hunger <[email protected]>2011-09-19 16:16:33 +0200
commitc20bc6abd1336d31ebce0390606b958aff056f24 (patch)
tree421c099d343d6ffef975fd05b6011b49ec430593 /src/plugins/git/gitclient.h
parenta323c0d9fb9f600ed4fd6cf597c4e9c9125cfcd8 (diff)
Git: Added decoration to log and show
Merge-request: 385 Reviewed-by: Tobias Hunger <[email protected]> Change-Id: Id3ad9b6153ca9ca1133f0f3a90fe63ecf6525caa Task-number: QTCREATORBUG-5749 Reviewed-on: http://codereview.qt-project.org/5158 Reviewed-by: Tobias Hunger <[email protected]>
Diffstat (limited to 'src/plugins/git/gitclient.h')
-rw-r--r--src/plugins/git/gitclient.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/git/gitclient.h b/src/plugins/git/gitclient.h
index 7af9056276d..f20d49e50e9 100644
--- a/src/plugins/git/gitclient.h
+++ b/src/plugins/git/gitclient.h
@@ -228,6 +228,7 @@ public:
static QString msgNoChangedFiles();
static const char *noColorOption;
+ static const char *decorateOption;
public slots:
void show(const QString &source, const QString &id, const QStringList &args = QStringList());