From a26d7aef3ce61ac0515cf8a324c8badd13bdb017 Mon Sep 17 00:00:00 2001 From: Aaron Kennedy Date: Thu, 24 May 2012 16:28:54 +0100 Subject: Disallow parent changes for QML created objects Currently this is protected with a QML_PARENT_TEST environment variable to allow the rest of QtQuick to be updated before it is enforced. Change-Id: I4dd3644cbbce91d67f24c9556637f97eafb00638 Reviewed-by: Kent Hansen Reviewed-by: Michael Brasser --- tests/auto/qml/qqmlinstruction/tst_qqmlinstruction.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests/auto/qml/qqmlinstruction') diff --git a/tests/auto/qml/qqmlinstruction/tst_qqmlinstruction.cpp b/tests/auto/qml/qqmlinstruction/tst_qqmlinstruction.cpp index b4c83b35aa..77de47dba9 100644 --- a/tests/auto/qml/qqmlinstruction/tst_qqmlinstruction.cpp +++ b/tests/auto/qml/qqmlinstruction/tst_qqmlinstruction.cpp @@ -339,7 +339,6 @@ void tst_qqmlinstruction::dump() { QQmlCompiledData::Instruction::StoreValueSource i; i.property.coreIndex = 29; - i.owner = 1; i.castValue = 4; data->addInstruction(i); } @@ -347,7 +346,6 @@ void tst_qqmlinstruction::dump() { QQmlCompiledData::Instruction::StoreValueInterceptor i; i.property.coreIndex = 30; - i.owner = 2; i.castValue = -4; data->addInstruction(i); } -- cgit v1.2.3