diff options
author | Orgad Shaneh <[email protected]> | 2016-02-11 15:30:51 +0200 |
---|---|---|
committer | Orgad Shaneh <[email protected]> | 2016-02-12 12:32:06 +0000 |
commit | e8683571075cbf59db584de6133c2d08d9f74367 (patch) | |
tree | 25a322af3a9930edac8e372c87ef268e909ee095 /src/plugins/git/gitclient.h | |
parent | b064b0675984838428589825dab59b66d26b0308 (diff) |
VCS: Reslot describe functions
They're used by VcsEditorFactory
Change-Id: I9211f406b389649bf8ff9fe7f24522026b1711d4
Reviewed-by: Friedemann Kleint <[email protected]>
Reviewed-by: Tobias Hunger <[email protected]>
Diffstat (limited to 'src/plugins/git/gitclient.h')
-rw-r--r-- | src/plugins/git/gitclient.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/git/gitclient.h b/src/plugins/git/gitclient.h index e6b1c3d370b..0affab0b867 100644 --- a/src/plugins/git/gitclient.h +++ b/src/plugins/git/gitclient.h @@ -338,6 +338,7 @@ public: static QString msgNoChangedFiles(); static QString msgNoCommits(bool includeRemote); +public slots: void show(const QString &source, const QString &id, const QString &name = QString()); private: |