diff options
author | Tobias Hunger <[email protected]> | 2016-02-10 11:19:27 +0100 |
---|---|---|
committer | Tobias Hunger <[email protected]> | 2016-02-10 15:01:57 +0000 |
commit | b4195d51746d86f4aa459d07d14a328c7945981a (patch) | |
tree | ca13ba842a38e2514a923eb6a9ecadd439159110 /src/plugins/git/gitgrep.h | |
parent | 7db0023e8c97336e0e449552410de674bbe2ffd0 (diff) |
Git: Modernize
* pragma once
* member initialization
* s/struct/class/
* Introduce a static GitPlugin::client() method and use it
Change-Id: Ifdcac86dd16f3cdba11d564d03e9a15f00a6afdb
Reviewed-by: Orgad Shaneh <[email protected]>
Diffstat (limited to 'src/plugins/git/gitgrep.h')
-rw-r--r-- | src/plugins/git/gitgrep.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/plugins/git/gitgrep.h b/src/plugins/git/gitgrep.h index a18f8ae7fc9..1bcec59d391 100644 --- a/src/plugins/git/gitgrep.h +++ b/src/plugins/git/gitgrep.h @@ -23,8 +23,7 @@ ** ****************************************************************************/ -#ifndef GITGREP_H -#define GITGREP_H +#pragma once #include <texteditor/basefilefind.h> @@ -65,5 +64,3 @@ private: } // namespace Internal } // namespace Git - -#endif // FINDINFILES_H |