aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabian Kosmale <fabian.kosmale@qt.io>2022-02-04 22:36:06 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-02-08 18:34:58 +0000
commitcd60a5182e273d99ef66b77a555cea2571d034a9 (patch)
tree686aaca6cc29067071bdc838390ade00e0b64b7f
parent2f9410989243492e715afc5e39c53f78b7214d73 (diff)
qqmlintegration: forward declare QmlExtendedNamespace
Otherwise using extended types could lead to build failures. Change-Id: I958bf6a36345339c8b2cc3d0bfb35a89b09044b9 Reviewed-by: Ulf Hermann <ulf.hermann@qt.io> (cherry picked from commit df1843dcd6a5297c7cce552e442d2676579410e2) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--src/qmlintegration/qqmlintegration.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qmlintegration/qqmlintegration.h b/src/qmlintegration/qqmlintegration.h
index d2d7b186ff..9aae01830b 100644
--- a/src/qmlintegration/qqmlintegration.h
+++ b/src/qmlintegration/qqmlintegration.h
@@ -50,6 +50,8 @@ namespace QQmlPrivate {
template<class> struct QmlAttachedAccessor;
template<class, class> struct QmlExtended;
template<typename, typename> struct QmlInterface;
+ template<class, class>
+ struct QmlExtendedNamespace;
}
template <typename T> class QList;