changeset 37 | 758a864f9613 |
parent 33 | 3e2da88830cd |
--- a/tests/auto/declarative/qdeclarativebehaviors/data/qtbug12295.qml Fri Sep 17 08:34:18 2010 +0300 +++ b/tests/auto/declarative/qdeclarativebehaviors/data/qtbug12295.qml Mon Oct 04 01:19:32 2010 +0300 @@ -11,7 +11,7 @@ width: 100 height: 100 Behavior on x { - NumberAnimation {} + NumberAnimation { duration: 500 } } } }