aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/modelviews/visualitemmodel/visualitemmodel.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/modelviews/visualitemmodel/visualitemmodel.qml')
-rw-r--r--examples/quick/modelviews/visualitemmodel/visualitemmodel.qml3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/quick/modelviews/visualitemmodel/visualitemmodel.qml b/examples/quick/modelviews/visualitemmodel/visualitemmodel.qml
index 2e012adec6..61a03ee1a4 100644
--- a/examples/quick/modelviews/visualitemmodel/visualitemmodel.qml
+++ b/examples/quick/modelviews/visualitemmodel/visualitemmodel.qml
@@ -50,6 +50,7 @@ Rectangle {
height: 480
property bool printDestruction: false
+//! [0]
VisualItemModel {
id: itemModel
@@ -86,7 +87,7 @@ Rectangle {
snapMode: ListView.SnapOneItem; flickDeceleration: 2000
cacheBuffer: 200
}
-
+//! [0]
Rectangle {
width: root.width; height: 30
anchors { top: view.bottom; bottom: parent.bottom }