Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
4.7.0
-
None
Description
I would expect something like this to work
Item {
property var myPoint: {x: 100, y: 200 };
}
but it doesn't.
I would expect something like this to work
Item {
property var myPoint: {x: 100, y: 200 };
}
but it doesn't.