Details
-
Bug
-
Resolution: Done
-
P4: Low
-
4.7.0
-
None
Description
If you have code like this
transitions: [ Transition { to: "indicatorMode" NumberAnimation { target: bob; property: "opacity"; duration: 300; easing.type: "OutExpo" }
and 'bob' is a spelling mistake or simply does not exist you get this error
Titlebar.qml:199: Unable to assign [undefined] to QObject*
Could it say 'bob' is undefined or does not exist?