aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickitemview_p.h
diff options
context:
space:
mode:
authorFabian Kosmale <[email protected]>2024-07-29 11:32:57 +0200
committerFabian Kosmale <[email protected]>2024-10-24 14:19:23 +0200
commit82971e75b8e55ea14b6cbdb77ba6f280cd0c7bd5 (patch)
tree3fb9c7be449b6ecdab6d5851b6c22df18b87a48e /src/quick/items/qquickitemview_p.h
parent340bbe57e814351532aa83a0e3c494d36461a24b (diff)
Add missing includes
...in preparation of trimming down includes in QQuickItem. As a drive-by, remove the superfluous qqml.h include from quick/items/qquicktextutil_p.h. Change-Id: I7ee0f459bcbfdfe07314d1f63433aaa8639870ac Reviewed-by: Richard Moe Gustavsen <[email protected]> Reviewed-by: Ulf Hermann <[email protected]>
Diffstat (limited to 'src/quick/items/qquickitemview_p.h')
-rw-r--r--src/quick/items/qquickitemview_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/quick/items/qquickitemview_p.h b/src/quick/items/qquickitemview_p.h
index 5db7d5ed1d..d6642e4095 100644
--- a/src/quick/items/qquickitemview_p.h
+++ b/src/quick/items/qquickitemview_p.h
@@ -28,6 +28,7 @@ QT_BEGIN_NAMESPACE
Q_DECLARE_LOGGING_CATEGORY(lcItemViewDelegateLifecycle)
class QQmlChangeSet;
+class QQmlComponent;
class QQuickItemViewPrivate;