diff options
author | Orgad Shaneh <[email protected]> | 2016-07-21 00:28:18 +0300 |
---|---|---|
committer | Orgad Shaneh <[email protected]> | 2016-07-22 10:12:59 +0000 |
commit | 516161c875bb059b1b3db534e6575c88050b31b1 (patch) | |
tree | 35bb8313626484183bf0407f36f471caaf577883 /src/plugins/git/gitclient.h | |
parent | 539e33da0289dcb66f71734ba2ac06f6ec910819 (diff) |
Git: De-noise
* Remove QLatin1{String|Char} where possible
* Use initializer lists for QStringList
Change-Id: I8479f87f4fc909b5d74d854956885564209538e4
Reviewed-by: Christian Stenger <[email protected]>
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 19398f1a869..869ed366226 100644 --- a/src/plugins/git/gitclient.h +++ b/src/plugins/git/gitclient.h @@ -121,8 +121,6 @@ public: PushAction m_pushAction = NoPush; }; - static const char *stashNamePrefix; - explicit GitClient(); Utils::FileName vcsBinary() const override; |