Details
-
Suggestion
-
Resolution: Fixed
-
P3: Somewhat important
-
4.7.0
-
None
Description
It's not possible to set a property value in PropertyChanges if the actual property name is "target". Doing something like
PropertyChanges { target: someObject; target: someValue }
produces
foo.qml: Property value set multiple times