diff options
author | Orgad Shaneh <[email protected]> | 2016-11-26 21:52:49 +0200 |
---|---|---|
committer | Orgad Shaneh <[email protected]> | 2016-11-28 09:38:12 +0000 |
commit | 5832f52ceefb9ee19842af4513ae00ee7d311e31 (patch) | |
tree | 0ed1a117b154151354b2d4b7036dde81ffe7b0ac /src/plugins/git/gitclient.h | |
parent | 565aed03a24e315847421272d582b7fd3b7ff04d (diff) |
VCS: Replace describe slots with lambdas
Change-Id: I05ca25aad8be43fdfa15d3fb5eaaa9bf753ee79f
Reviewed-by: Tobias Hunger <[email protected]>
Diffstat (limited to 'src/plugins/git/gitclient.h')
-rw-r--r-- | src/plugins/git/gitclient.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/git/gitclient.h b/src/plugins/git/gitclient.h index 5261d5afb8f..5f768ea87a2 100644 --- a/src/plugins/git/gitclient.h +++ b/src/plugins/git/gitclient.h @@ -321,8 +321,6 @@ public: static QString msgNoChangedFiles(); static QString msgNoCommits(bool includeRemote); - -public slots: void show(const QString &source, const QString &id, const QString &name = QString()); private: |