From cd60a5182e273d99ef66b77a555cea2571d034a9 Mon Sep 17 00:00:00 2001 From: Fabian Kosmale Date: Fri, 4 Feb 2022 22:36:06 +0100 Subject: qqmlintegration: forward declare QmlExtendedNamespace Otherwise using extended types could lead to build failures. Change-Id: I958bf6a36345339c8b2cc3d0bfb35a89b09044b9 Reviewed-by: Ulf Hermann (cherry picked from commit df1843dcd6a5297c7cce552e442d2676579410e2) Reviewed-by: Qt Cherry-pick Bot --- src/qmlintegration/qqmlintegration.h | 2 ++ 1 file changed, 2 insertions(+) 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 struct QmlAttachedAccessor; template struct QmlExtended; template struct QmlInterface; + template + struct QmlExtendedNamespace; } template class QList; -- cgit v1.2.3