aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlinstruction
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2012-05-24 16:28:54 +0100
committerQt by Nokia <qt-info@nokia.com>2012-06-06 16:51:07 +0200
commita26d7aef3ce61ac0515cf8a324c8badd13bdb017 (patch)
tree1dd22962a7c40df451ae7f9465cf2ca4e4185cb7 /tests/auto/qml/qqmlinstruction
parent1fcb3d512c37625e6dfdbd045c755e8d6aca8c57 (diff)
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 <kent.hansen@nokia.com> Reviewed-by: Michael Brasser <michael.brasser@nokia.com>
Diffstat (limited to 'tests/auto/qml/qqmlinstruction')
-rw-r--r--tests/auto/qml/qqmlinstruction/tst_qqmlinstruction.cpp2
1 files changed, 0 insertions, 2 deletions
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);
}