aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/shapes/content/item8.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/shapes/content/item8.qml')
-rw-r--r--examples/quick/shapes/content/item8.qml10
1 files changed, 4 insertions, 6 deletions
diff --git a/examples/quick/shapes/content/item8.qml b/examples/quick/shapes/content/item8.qml
index 7e2a8bccfe..07f633fa56 100644
--- a/examples/quick/shapes/content/item8.qml
+++ b/examples/quick/shapes/content/item8.qml
@@ -71,12 +71,10 @@ Rectangle {
capStyle: styles[capStyleIdx]
- Path {
- startX: 40; startY: 30
- PathQuad { x: 50; y: 80; controlX: 0; controlY: 80 }
- PathLine { x: 150; y: 80 }
- PathQuad { x: 160; y: 30; controlX: 200; controlY: 80 }
- }
+ startX: 40; startY: 30
+ PathQuad { x: 50; y: 80; controlX: 0; controlY: 80 }
+ PathLine { x: 150; y: 80 }
+ PathQuad { x: 160; y: 30; controlX: 200; controlY: 80 }
}
}