From f4c5b030db674f9a76a0156d55c5140420c400dd Mon Sep 17 00:00:00 2001 From: Warwick Allison Date: Mon, 11 Jan 2010 12:35:51 +1000 Subject: Compile (will still fail) --- tests/auto/declarative/qmlinstruction/tst_qmlinstruction.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v0.12