Behave correctly when AsynchronousIfNested is nested
authorAaron Kennedy <aaron.kennedy@nokia.com>
Tue, 18 Oct 2011 03:34:20 +0000 (13:34 +1000)
committerQt by Nokia <qt-info@nokia.com>
Thu, 20 Oct 2011 11:25:31 +0000 (13:25 +0200)
commit84af8c0ca510366a3017c1af83abc1cd18009198
tree72a8571c8150f9d383eb7de03fc04fa9de9ab4f9
parent0db8440681ed0d1ea9baeda21dd71bb2e331bea2
Behave correctly when AsynchronousIfNested is nested

When AIN is nested within a synchronous AIN, it should behave
synchronously.

Change-Id: Ib3f8281667118d7787967f25e27797f67e581006
Reviewed-by: Martin Jones <martin.jones@nokia.com>
src/declarative/qml/qdeclarativeincubator.cpp
src/declarative/qml/qdeclarativeincubator_p.h
tests/auto/declarative/qdeclarativeincubator/data/asynchronousIfNested.3.qml [new file with mode: 0644]
tests/auto/declarative/qdeclarativeincubator/testtypes.cpp
tests/auto/declarative/qdeclarativeincubator/testtypes.h
tests/auto/declarative/qdeclarativeincubator/tst_qdeclarativeincubator.cpp