summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2010-01-11 02:35:51 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2010-01-11 02:35:51 (GMT)
commitf4c5b030db674f9a76a0156d55c5140420c400dd (patch)
tree06f39399b91aa002eb1634dbd91e7ed1a1e84b73
parent271f074962aef959962eb02d1af893c77a839dda (diff)
downloadQt-f4c5b030db674f9a76a0156d55c5140420c400dd.zip
Qt-f4c5b030db674f9a76a0156d55c5140420c400dd.tar.gz
Qt-f4c5b030db674f9a76a0156d55c5140420c400dd.tar.bz2
Compile (will still fail)
-rw-r--r--tests/auto/declarative/qmlinstruction/tst_qmlinstruction.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/declarative/qmlinstruction/tst_qmlinstruction.cpp b/tests/auto/declarative/qmlinstruction/tst_qmlinstruction.cpp
index bfffc43..43c64cd 100644
--- a/tests/auto/declarative/qmlinstruction/tst_qmlinstruction.cpp
+++ b/tests/auto/declarative/qmlinstruction/tst_qmlinstruction.cpp
@@ -388,7 +388,7 @@ void tst_qmlinstruction::dump()
{
QmlInstruction i;
i.line = 34;
- i.type = QmlInstruction::StoreObjPropBinding;
+ //i.type = QmlInstruction::StoreObjPropBinding; // removed!
i.assignObjPropBinding.property = 28;
i.assignObjPropBinding.contextIdx = 3;
i.assignObjPropBinding.context = 7;