summaryrefslogtreecommitdiffstats
path: root/examples/qmlsurface/doc/src/qmlsurface.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qmlsurface/doc/src/qmlsurface.qdoc')
-rw-r--r--examples/qmlsurface/doc/src/qmlsurface.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/qmlsurface/doc/src/qmlsurface.qdoc b/examples/qmlsurface/doc/src/qmlsurface.qdoc
index 78f9c745..00ef03d4 100644
--- a/examples/qmlsurface/doc/src/qmlsurface.qdoc
+++ b/examples/qmlsurface/doc/src/qmlsurface.qdoc
@@ -47,7 +47,7 @@
The other method to set surface data used in this example is with model mapping. We do that by
first defining a \c ListModel containing the data for the surface:
- \snippet ../examples/qmlsurface/qml/qmlsurface/data.qml 0
+ \snippet ../examples/qmlsurface/qml/qmlsurface/Data.qml 0
\dots 4
Then we set up a Surface3DSeries with a ItemModelSurfaceDataProxy: