Details
-
Bug
-
Resolution: Done
-
P2: Important
-
4.7.0
-
None
Description
This:
import Qt 4.7 Rectangle { NumberAnimation { id: animator easing.type: Easing.InBounce } Component.onCompleted: { animator.easing = { "type": Easing.Linear }; } }
fatals with:
ASSERT: "m_object" in file .../declarative/qml/qdeclarativebinding.cpp, line 356
Aborted