forked from qt-creator/qt-creator
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>
This commit is contained in:
@@ -8,8 +8,6 @@
|
|||||||
#include <texteditor/texteditorconstants.h>
|
#include <texteditor/texteditorconstants.h>
|
||||||
#include <texteditor/textdocumentlayout.h>
|
#include <texteditor/textdocumentlayout.h>
|
||||||
|
|
||||||
#include <KSyntaxHighlighting/Definition>
|
|
||||||
|
|
||||||
#include <QObject>
|
#include <QObject>
|
||||||
#include <QTextLayout>
|
#include <QTextLayout>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user