summaryrefslogtreecommitdiffstats
path: root/examples/qmlsurface
diff options
context:
space:
mode:
authorTomi Korpipää <tomi.korpipaa@digia.com>2014-02-03 09:22:38 +0200
committerTomi Korpipää <tomi.korpipaa@digia.com>2014-02-03 09:23:50 +0200
commit9b0eb42b0ef0871630374191914cc01983af1d47 (patch)
tree46e8ec6673701a782ec3329a898945dd4c421bf0 /examples/qmlsurface
parent20945586166c9e5804de24d79ae0e998e21a088c (diff)
QML filename corrections, docs update
Change-Id: I0df3a913d7e96f8bf04133b67c61fe2c73b7bd64 Reviewed-by: Tomi Korpipää <tomi.korpipaa@digia.com>
Diffstat (limited to 'examples/qmlsurface')
-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: