aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/3rdparty/syntax-highlighting/src/lib/theme.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/3rdparty/syntax-highlighting/src/lib/theme.h')
-rw-r--r--src/libs/3rdparty/syntax-highlighting/src/lib/theme.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/libs/3rdparty/syntax-highlighting/src/lib/theme.h b/src/libs/3rdparty/syntax-highlighting/src/lib/theme.h
index adb8431f6a..3379aec853 100644
--- a/src/libs/3rdparty/syntax-highlighting/src/lib/theme.h
+++ b/src/libs/3rdparty/syntax-highlighting/src/lib/theme.h
@@ -28,11 +28,11 @@
#include <QColor>
#include <QExplicitlySharedDataPointer>
-#include <qobjectdefs.h>
#include <QTypeInfo>
+#include <qobjectdefs.h>
-namespace KSyntaxHighlighting {
-
+namespace KSyntaxHighlighting
+{
class ThemeData;
class RepositoryPrivate;
@@ -82,7 +82,6 @@ class KSYNTAXHIGHLIGHTING_EXPORT Theme
{
Q_GADGET
public:
-
// TODO KF6:
// - make TextStyle an enum class
// - move out of Theme into KSyntaxHighlighting
@@ -358,7 +357,7 @@ private:
/**
* Constructor taking a shared ThemeData instance.
*/
- explicit Theme(ThemeData* data);
+ explicit Theme(ThemeData *data);
friend class RepositoryPrivate;
friend class ThemeData;