Support and use parameters in QQmlNotifierEndpoint.
authorMichael Brasser <michael.brasser@nokia.com>
Mon, 23 Apr 2012 00:17:57 +0000 (10:17 +1000)
committerQt by Nokia <qt-info@nokia.com>
Mon, 23 Apr 2012 03:23:34 +0000 (05:23 +0200)
commit9542511b013588b2ceb132ec8b34879ec904a21e
tree9fe2b2996878c14f61d54561f16ce64bbe096958
parent6d2ed5d0b645f5af383a123e869d061b235b4b85
Support and use parameters in QQmlNotifierEndpoint.

Allow QQmlNotifierEndpoint to support signals
with parameters. Update QQmlBoundSignal to use
this support.

Change-Id: Ie2a245b39283b0b66d66bd2350e8bc85fe519bb5
Reviewed-by: Chris Adams <christopher.adams@nokia.com>
12 files changed:
src/qml/debugger/qqmlprofilerservice_p.h
src/qml/qml/qqmlboundsignal.cpp
src/qml/qml/qqmlboundsignal_p.h
src/qml/qml/qqmlengine.cpp
src/qml/qml/qqmlengine_p.h
src/qml/qml/qqmljavascriptexpression_p.h
src/qml/qml/qqmlnotifier.cpp
src/qml/qml/qqmlnotifier_p.h
src/qml/qml/qqmlvmemetaobject.cpp
src/qml/qml/v4/qv4bindings.cpp
src/qml/qml/v4/qv4bindings_p.h
src/quick/util/qquickconnections.cpp