diff options
author | Tobias Hunger <[email protected]> | 2015-11-19 16:48:37 +0100 |
---|---|---|
committer | Tobias Hunger <[email protected]> | 2015-11-23 14:48:09 +0000 |
commit | 7b3aa16dc665e3af788c1cff3945438c8a8abd05 (patch) | |
tree | 1179eeba2dffc19f58dfb4cda796e2a0f6095f5a /src/plugins/git/gitclient.h | |
parent | 8f8c1052a2ccec0d1bbcdcf94a0346ae3609a3e0 (diff) |
Git: Use Qt5-style connects
The heavy lifting was done by clazy.
Change-Id: I60dcd378419b92f96dc681921701c9231ef8ee57
Reviewed-by: Orgad Shaneh <[email protected]>
Diffstat (limited to 'src/plugins/git/gitclient.h')
-rw-r--r-- | src/plugins/git/gitclient.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/plugins/git/gitclient.h b/src/plugins/git/gitclient.h index a3c3b885435..12ba79f743d 100644 --- a/src/plugins/git/gitclient.h +++ b/src/plugins/git/gitclient.h @@ -346,9 +346,7 @@ public: static QString msgNoCommits(bool includeRemote); public slots: - void show(const QString &source, - const QString &id, - const QString &name = QString()); + void show(const QString &source, const QString &id, const QString &name = QString()); private slots: void finishSubmoduleUpdate(); |