aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;