summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMika Salmela <mika.salmela@digia.com>2013-10-11 12:45:12 +0300
committerMika Salmela <mika.salmela@digia.com>2013-10-11 12:46:16 +0300
commit3cb8e6e5df3a65b88fe39baaf1a323c53adcab87 (patch)
tree1aa20d6d51754d9eaf2ad47611fa4075dbb3a506
parent992d162bf0ec48d4d3d39c82084d8919a8e4ffa7 (diff)
Small fix for documentation for QML Surface
Task-number: QTRD-2397 Change-Id: I200615fa761f4e0f58a51a0a30816482d7ceec30 Reviewed-by: Mika Salmela <mika.salmela@digia.com>
-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 acbb2a85..c93ed2d6 100644
--- a/examples/qmlsurface/doc/src/qmlsurface.qdoc
+++ b/examples/qmlsurface/doc/src/qmlsurface.qdoc
@@ -77,7 +77,7 @@
\snippet ../examples/qmlsurface/qml/qmlsurface/main.qml 2
Third and fourth buttons are for controlling background features. The last button is for switching
- between HeightMapSurfaceDataProxy and ItemModelSurfaceDataProxy, for which use the following
+ between HeightMapSurfaceDataProxy and ItemModelSurfaceDataProxy, for which we use the following
code. We also set the maximum value to 500 in model proxy to make the surface flatter and
250 on height map proxy to show exaggerated height. At the same time the color position
on the gradient is modified.