aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils/htmldocextractor.h
diff options
context:
space:
mode:
authorJarek Kobus <jaroslaw.kobus@qt.io>2022-05-24 10:17:39 +0200
committerJarek Kobus <jaroslaw.kobus@qt.io>2022-05-25 07:14:04 +0000
commit4ad8fb80c641cd6fceb237c82f0bee4651620417 (patch)
treede52681be9e974f94a2b06f02109ebe33566be32 /src/libs/utils/htmldocextractor.h
parent2853660a59972ef7186ecd23a98ffd6163349c19 (diff)
Utils: More forward declarations / drop unused headers [H-K]
Round 1 - focus on headers. For classes with initial in range [H-K]. Try to keep the same separators between different kind of headers. Change-Id: Iefb032953743be41a847ee011c30527edfa425d8 Reviewed-by: hjk <hjk@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Diffstat (limited to 'src/libs/utils/htmldocextractor.h')
-rw-r--r--src/libs/utils/htmldocextractor.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libs/utils/htmldocextractor.h b/src/libs/utils/htmldocextractor.h
index d4ede7d4eee..b71aed78a41 100644
--- a/src/libs/utils/htmldocextractor.h
+++ b/src/libs/utils/htmldocextractor.h
@@ -27,6 +27,8 @@
#include "utils_global.h"
+QT_FORWARD_DECLARE_CLASS(QString)
+
namespace Utils {
class QTCREATOR_UTILS_EXPORT HtmlDocExtractor