Emit runningChanged() signal after running count updated
authorCharles Yin <charles.yin@nokia.com>
Wed, 9 May 2012 00:24:06 +0000 (10:24 +1000)
committerQt by Nokia <qt-info@nokia.com>
Wed, 9 May 2012 01:26:54 +0000 (03:26 +0200)
commita1994d440b32e14535eed2450db379dc55e869d5
treee6e9d51455824abc6c15698241ee3bd2b1a46b79
parentf010ac1da4ebdaf7317a6ee718a2eea9eca44c35
Emit runningChanged() signal after running count updated

Otherwise, in onRunningChanged handler, the running property won't
be updated.

Change-Id: I3dccfb346a66c67d455f66f4af3ee8d2b9d8e33a
Reviewed-by: Michael Brasser <michael.brasser@nokia.com>
src/quick/util/qquicktransition.cpp
tests/auto/quick/qquickanimations/tst_qquickanimations.cpp