diff options
author | Petar Perisin <[email protected]> | 2013-05-28 21:23:58 +0200 |
---|---|---|
committer | Jarek Kobus <[email protected]> | 2013-05-31 06:08:35 +0200 |
commit | 77c136646b29ffcbe14c4ca2e96fa73e7f114405 (patch) | |
tree | 0b767ad9b24c8bb0ab419a19510b85d962ba2ccc /src/plugins/git/gitclient.h | |
parent | f2631ad031d936fb2a2e2ceeec39ff870bd9f6c8 (diff) |
Gerrit - Removed all patch set stuff
Change-Id: I013c116fc7e0ac1571513005b8ea49992e0771a3
Reviewed-by: Friedemann Kleint <[email protected]>
Reviewed-by: Orgad Shaneh <[email protected]>
Reviewed-by: Jarek Kobus <[email protected]>
Diffstat (limited to 'src/plugins/git/gitclient.h')
-rw-r--r-- | src/plugins/git/gitclient.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/git/gitclient.h b/src/plugins/git/gitclient.h index 414efe65216..9dc1d936f73 100644 --- a/src/plugins/git/gitclient.h +++ b/src/plugins/git/gitclient.h @@ -320,7 +320,8 @@ public: static const char *decorateOption; public slots: - void show(const QString &source, const QString &id, const QStringList &args = QStringList()); + void show(const QString &source, const QString &id, + const QStringList &args = QStringList(), const QString &name = QString()); void saveSettings(); private slots: |