summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlvme.cpp
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2009-12-18 01:04:50 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2009-12-18 01:17:20 (GMT)
commit7f0b65bf04f96edf0d39547f499dea1746d69ba3 (patch)
tree7634a5cefce7756f37a825ea067e8a71224ff9fc /src/declarative/qml/qmlvme.cpp
parentfd222fa269db8797ad35c23d7298df7c8a81751e (diff)
downloadQt-7f0b65bf04f96edf0d39547f499dea1746d69ba3.zip
Qt-7f0b65bf04f96edf0d39547f499dea1746d69ba3.tar.gz
Qt-7f0b65bf04f96edf0d39547f499dea1746d69ba3.tar.bz2
Fix deferred property bugs
Previously deferred properties would fail if any of the sub objects used bindings or QmlParserStatus. Whoops.
Diffstat (limited to 'src/declarative/qml/qmlvme.cpp')
-rw-r--r--src/declarative/qml/qmlvme.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/declarative/qml/qmlvme.cpp b/src/declarative/qml/qmlvme.cpp
index ae7bf51..58cd92f 100644
--- a/src/declarative/qml/qmlvme.cpp
+++ b/src/declarative/qml/qmlvme.cpp
@@ -131,7 +131,6 @@ void QmlVME::runDeferred(QObject *object)
run(stack, ctxt, comp, start, count, QBitField());
}
-QBitField bindingSkipList;
QObject *QmlVME::run(QmlVMEStack<QObject *> &stack, QmlContext *ctxt,
QmlCompiledData *comp,
int start, int count,