From 4a662c21e669e964f9c3b835a91a38c9decf4ad4 Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Fri, 4 Oct 2013 02:37:53 +0200 Subject: [new compiler] Preliminary support for QQmlIncubator Just enough to run some unit tests that use QQuickLoader, components are created instantly. Change-Id: I1c827aa946d3e2a60ccc220bb79572aca2ed8c96 Reviewed-by: Lars Knoll --- src/qml/qml/qqmlincubator_p.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/qml/qml/qqmlincubator_p.h') diff --git a/src/qml/qml/qqmlincubator_p.h b/src/qml/qml/qqmlincubator_p.h index e7246ce3b2..a8b549bd28 100644 --- a/src/qml/qml/qqmlincubator_p.h +++ b/src/qml/qml/qqmlincubator_p.h @@ -88,7 +88,12 @@ public: QPointer result; QQmlGuardedContextData rootContext; QQmlCompiledData *compiledData; + // --- old compiler QQmlVME vme; + // --- new compiler + QScopedPointer creator; + int subComponentToCreate; + // --- QQmlVMEGuard vmeGuard; QExplicitlySharedDataPointer waitingOnMe; -- cgit v1.2.3