From 7dc37bc9b580efb5916144c00df128dd24e67faa Mon Sep 17 00:00:00 2001 From: Alan Alpert Date: Mon, 14 Nov 2011 05:38:18 +0100 Subject: Get tst_examples passing again Shared QDeclarativeEngine sidesteps GC slowdown issue. New approach also verifies that the root object successfully loaded, this picks up all the cases where it did not successfully load before. Most of these were because they weren't importing QtQuick 2.0, import statements have been updated. One was because it does not create a QQuickItem root, it has been manually excluded. This required adding per file exclusions to the current directory exclusions. Change-Id: I809f0f20acc319aef58ba2e30e672e32f640686d Reviewed-by: Martin Jones --- doc/src/snippets/declarative/parentchange.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/src/snippets/declarative/parentchange.qml') diff --git a/doc/src/snippets/declarative/parentchange.qml b/doc/src/snippets/declarative/parentchange.qml index 7fbb213b3e..27a53a3f11 100644 --- a/doc/src/snippets/declarative/parentchange.qml +++ b/doc/src/snippets/declarative/parentchange.qml @@ -38,7 +38,7 @@ ** ****************************************************************************/ //![0] -import QtQuick 1.0 +import QtQuick 2.0 Item { width: 200; height: 100 -- cgit v1.2.3