From 30847a96848b91bb2ab58dba71f0b341910ac4d1 Mon Sep 17 00:00:00 2001 From: Christian Kandeler Date: Mon, 14 Feb 2022 10:32:33 +0100 Subject: [PATCH] Fix build with Qt 6 Amends 14ee4654c1. Change-Id: I07d4de825fc16727ae71e5fa519074dddf4b4f80 Reviewed-by: Christian Stenger --- src/plugins/texteditor/textdocument.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/texteditor/textdocument.h b/src/plugins/texteditor/textdocument.h index 0385bb2463f..58e5ea972c7 100644 --- a/src/plugins/texteditor/textdocument.h +++ b/src/plugins/texteditor/textdocument.h @@ -26,6 +26,7 @@ #pragma once #include "texteditor_global.h" +#include "blockrange.h" #include "formatter.h" #include "indenter.h" @@ -49,7 +50,6 @@ QT_END_NAMESPACE namespace TextEditor { -class BlockRange; class CompletionAssistProvider; class ExtraEncodingSettings; class FontSettings;