Fix build with Qt 6

Amends 14ee4654c1.

Change-Id: I07d4de825fc16727ae71e5fa519074dddf4b4f80
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
Christian Kandeler
2022-02-14 10:32:33 +01:00
parent b22ca3c467
commit 30847a9684

View File

@@ -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;