aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/shapes/content/shapegallery.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/shapes/content/shapegallery.qml')
-rw-r--r--examples/quick/shapes/content/shapegallery.qml4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/quick/shapes/content/shapegallery.qml b/examples/quick/shapes/content/shapegallery.qml
index 86445e25c2..e5a7c51483 100644
--- a/examples/quick/shapes/content/shapegallery.qml
+++ b/examples/quick/shapes/content/shapegallery.qml
@@ -130,6 +130,10 @@ Rectangle {
name: "Tiger"
shapeUrl: "item17.qml"
}
+ ListElement {
+ name: "Text"
+ shapeUrl: "item18.qml"
+ }
}
property int gridSpacing: 10