Add Test for Animating Qml Dynamic Properties using QPropertyAnimation
authorDavid E. Narváez <david.narvaez@computer.org>
Sat, 16 Feb 2013 15:42:23 +0000 (10:42 -0500)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Thu, 21 Feb 2013 03:57:52 +0000 (04:57 +0100)
commitfb7ab18fa799032f37fd6f78ab34b76aff91ed6c
tree7dac23ff20dead117aff72e704c0084a50bffb28
parent9565fb9f360b053f47aa46c5112c86925c7e225f
Add Test for Animating Qml Dynamic Properties using QPropertyAnimation

Test case for calling QQmlVMEMetaObject::metaCall from
QPropertyAnimationPrivate::updateProperty

Task-number: QTBUG-29082
Change-Id: Iecab74132eb3a843e53356effe3b6bbe4d5a8fb2
Reviewed-by: Alan Alpert <aalpert@rim.com>
Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@digia.com>
tests/auto/quick/qquickdynamicpropertyanimation/data/MyItem.qml [new file with mode: 0644]
tests/auto/quick/qquickdynamicpropertyanimation/qquickdynamicpropertyanimation.pro [new file with mode: 0644]
tests/auto/quick/qquickdynamicpropertyanimation/tst_qquickdynamicpropertyanimation.cpp [new file with mode: 0644]
tests/auto/quick/quick.pro