Update multiple value type properties despite interceptor
authorMatthew Vogt <matthew.vogt@nokia.com>
Fri, 13 Jul 2012 00:44:39 +0000 (10:44 +1000)
committerQt by Nokia <qt-info@nokia.com>
Fri, 13 Jul 2012 06:06:06 +0000 (08:06 +0200)
commitd166e34bade3b7c82f610f5df209b6418df9e178
treec8a9eca854635a25245994db852c0e452849e87d
parentcf507172d6aa281036cde02ded9493535685fd80
Update multiple value type properties despite interceptor

When an interceptor is present on a value type, ensure that multiple
properties of that value can be updated simultaneously.

Task-number: QTBUG-25139
Change-Id: I3042b9883d404aed4b6507e6d2f38a76caee1196
Reviewed-by: Glenn Watson <glenn.watson@nokia.com>
Reviewed-by: Michael Brasser <michael.brasser@nokia.com>
src/qml/qml/qqmlvmemetaobject.cpp
tests/auto/quick/qquickbehaviors/data/multipleChangesToValueType.qml [new file with mode: 0644]
tests/auto/quick/qquickbehaviors/tst_qquickbehaviors.cpp