summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qdeclarativevme.cpp
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2010-05-18 02:30:56 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2010-05-18 02:30:56 (GMT)
commit4a1a9023622cf712b61e8dc61e30dc26fcb4bf5a (patch)
tree872cde40602e6ec1ad831197ee2dcec29ea58443 /src/declarative/qml/qdeclarativevme.cpp
parent7d07c1d40056dc2410c00b0e0d45a06c7cda7a6f (diff)
parent07fc1c3a97689f1f72e4e9b6d7d1bad1a391a9a7 (diff)
downloadQt-4a1a9023622cf712b61e8dc61e30dc26fcb4bf5a.zip
Qt-4a1a9023622cf712b61e8dc61e30dc26fcb4bf5a.tar.gz
Qt-4a1a9023622cf712b61e8dc61e30dc26fcb4bf5a.tar.bz2
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7
Diffstat (limited to 'src/declarative/qml/qdeclarativevme.cpp')
-rw-r--r--src/declarative/qml/qdeclarativevme.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/qml/qdeclarativevme.cpp b/src/declarative/qml/qdeclarativevme.cpp
index 8ba79a6..3247f85 100644
--- a/src/declarative/qml/qdeclarativevme.cpp
+++ b/src/declarative/qml/qdeclarativevme.cpp
@@ -627,7 +627,7 @@ QObject *QDeclarativeVME::run(QDeclarativeVMEStack<QObject *> &stack,
QDeclarativeBoundSignal *bs = new QDeclarativeBoundSignal(target, signal, target);
QDeclarativeExpression *expr =
- new QDeclarativeExpression(ctxt, primitives.at(instr.storeSignal.value), context);
+ new QDeclarativeExpression(ctxt, context, primitives.at(instr.storeSignal.value));
expr->setSourceLocation(comp->name, instr.line);
bs->setExpression(expr);
}