summaryrefslogtreecommitdiff
path: root/examples/location/mapviewer/doc/src/mapviewer.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/location/mapviewer/doc/src/mapviewer.qdoc')
-rw-r--r--examples/location/mapviewer/doc/src/mapviewer.qdoc2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/location/mapviewer/doc/src/mapviewer.qdoc b/examples/location/mapviewer/doc/src/mapviewer.qdoc
index b1d2e01d..eb778bb4 100644
--- a/examples/location/mapviewer/doc/src/mapviewer.qdoc
+++ b/examples/location/mapviewer/doc/src/mapviewer.qdoc
@@ -107,13 +107,11 @@
we will use a MapItemView, to display the Routes as objects on the Map:
\snippet mapviewer/map/MapComponent.qml routeview0
- \snippet mapviewer/map/MapComponent.qml routeview1
To act as a template for the objects we wish the view to create, we create
a delegate component:
\snippet mapviewer/map/MapComponent.qml routedelegate0
- \snippet mapviewer/map/MapComponent.qml routedelegate1
With the model, view and delegate now complete, the only missing component
is some kind of control over the model to begin the Route request process.