diff options
author | Orgad Shaneh <[email protected]> | 2013-07-01 16:22:45 +0300 |
---|---|---|
committer | hjk <[email protected]> | 2013-07-01 15:42:16 +0200 |
commit | 32217a0c3cf6c469219399771be6485ca3870074 (patch) | |
tree | 657640dce8cd773a0ef12f06bcd0226200ddaf31 /src/plugins/git/gitclient.h | |
parent | abc6e351b8a151926233b86105ddc200b3bd589d (diff) |
Git: Move static strings out of GitClient class
They're only used in gitclient.cpp, define them there
Change-Id: I601f23a6f2a8e533127d2ed068526815e1b9717d
Reviewed-by: hjk <[email protected]>
Diffstat (limited to 'src/plugins/git/gitclient.h')
-rw-r--r-- | src/plugins/git/gitclient.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/plugins/git/gitclient.h b/src/plugins/git/gitclient.h index 6a9d0f6516c..faf39964683 100644 --- a/src/plugins/git/gitclient.h +++ b/src/plugins/git/gitclient.h @@ -313,9 +313,6 @@ public: static QString msgNoChangedFiles(); static QString msgNoCommits(bool includeRemote); - static const char *noColorOption; - static const char *decorateOption; - public slots: void show(const QString &source, const QString &id, const QStringList &args = QStringList(), const QString &name = QString()); |