aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/shapes/content/item6.qml
Commit message (Collapse)AuthorAgeFilesLines
* Reduce objects: Make ShapePath inherit PathLaszlo Agocs2017-06-071-8/+6
| | | | | | | | Shape { ShapePath { Path { ... } } } simply becomes Shape { ShapePath { ... } } Change-Id: Ie57936cd7953c8a8d6c67e78b9d73bdbe2a05316 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
* Rename to Shape/ShapePath and remove public JS APILaszlo Agocs2017-06-021-0/+91
Change-Id: I299354da0632fb0b8487cfb13748ed58b97d75fd Reviewed-by: Andy Nichols <andy.nichols@qt.io>