aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/git/githighlighters.h
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@theqtcompany.com>2016-02-10 11:19:27 +0100
committerTobias Hunger <tobias.hunger@theqtcompany.com>2016-02-10 15:01:57 +0000
commitb4195d51746d86f4aa459d07d14a328c7945981a (patch)
treeca13ba842a38e2514a923eb6a9ecadd439159110 /src/plugins/git/githighlighters.h
parent7db0023e8c97336e0e449552410de674bbe2ffd0 (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 <orgads@gmail.com>
Diffstat (limited to 'src/plugins/git/githighlighters.h')
-rw-r--r--src/plugins/git/githighlighters.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/plugins/git/githighlighters.h b/src/plugins/git/githighlighters.h
index 4945a3ffa6..166c6a7be8 100644
--- a/src/plugins/git/githighlighters.h
+++ b/src/plugins/git/githighlighters.h
@@ -23,8 +23,7 @@
**
****************************************************************************/
-#ifndef GITHIGHLIGHTERS_H
-#define GITHIGHLIGHTERS_H
+#pragma once
#include <texteditor/syntaxhighlighter.h>
@@ -81,5 +80,3 @@ private:
} // namespace Internal
} // namespace Git
-
-#endif // GITHIGHLIGHTERS_H