From efc3cc717ac1a62965465e909cc99acef627cdb1 Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Thu, 20 Nov 2014 09:07:52 +0100 Subject: Make QQmlPropertyCache available in QJSEngine The QQmlEngine has two containers for property caches, one for QML types and one for all-purpose meta-objects. The latter is rather useful and now being moved to QJSEngine to be available there. Change-Id: Ieab65c400b8a2e410e5f9eee6d603162dbb864d9 Reviewed-by: Lars Knoll --- src/qml/qml/qqmlopenmetaobject.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/qml/qml/qqmlopenmetaobject.cpp') diff --git a/src/qml/qml/qqmlopenmetaobject.cpp b/src/qml/qml/qqmlopenmetaobject.cpp index 9715fdc85d..e234a0bfbe 100644 --- a/src/qml/qml/qqmlopenmetaobject.cpp +++ b/src/qml/qml/qqmlopenmetaobject.cpp @@ -35,6 +35,7 @@ #include #include #include +#include #include QT_BEGIN_NAMESPACE -- cgit v1.2.3