Remove sharing of V4 subscriptions
authorRoberto Raggi <roberto.raggi@nokia.com>
Wed, 4 Apr 2012 11:37:33 +0000 (13:37 +0200)
committerQt by Nokia <qt-info@nokia.com>
Wed, 4 Apr 2012 13:34:59 +0000 (15:34 +0200)
commit921882080470aa82055cf400ef0d291a03065bb9
tree5a0060fe814679eb303ecced82db3cf235508903
parent227213c5063b7918cd1e0dab59cc7cdfa6c6c570
Remove sharing of V4 subscriptions

Unfortunately, sharing subscriptions doesn't play nice
with the linked lists we maintain to observe QML
bindings.

Change-Id: I8ab351987138caf8fa7fbdeff4dbf2b34184a05c
Reviewed-by: Aaron Kennedy <aaron.kennedy@nokia.com>
src/qml/qml/v4/qv4compiler.cpp
src/qml/qml/v4/qv4compiler_p_p.h
tests/auto/qml/v4/data/subscriptions.1.qml [new file with mode: 0644]
tests/auto/qml/v4/tst_v4.cpp