aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/texteditor
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2024-04-05 10:46:55 +0200
committerEike Ziller <eike.ziller@qt.io>2024-04-05 10:41:42 +0000
commit5b24cb5609545403a730ceec6359862b9d6b2a23 (patch)
tree01c6ce243f7ec7eb510d6f911fa754643d026379 /src/plugins/texteditor
parent41eeb5a273d64aedfb110fee1dd445dd66e927bd (diff)
TextEditor: Remove non-exported include from public header
The header from KSyntaxHighlighting is not exported to the dev packages, so separate plugins using the syntax highlighter fail to compile. The include is not even used in that file anymore though, so just remove it. Change-Id: Iff9be4e35c1edb5492707b00a5afae96d85db16a Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Artem Sokolovskii <artem.sokolovskii@qt.io>
Diffstat (limited to 'src/plugins/texteditor')
-rw-r--r--src/plugins/texteditor/syntaxhighlighter.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/texteditor/syntaxhighlighter.h b/src/plugins/texteditor/syntaxhighlighter.h
index 6b07d333f3..13d595d82f 100644
--- a/src/plugins/texteditor/syntaxhighlighter.h
+++ b/src/plugins/texteditor/syntaxhighlighter.h
@@ -8,8 +8,6 @@
#include <texteditor/texteditorconstants.h>
#include <texteditor/textdocumentlayout.h>
-#include <KSyntaxHighlighting/Definition>
-
#include <QObject>
#include <QTextLayout>