summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorMiikka Heikkinen <miikka.heikkinen@digia.com>2013-10-17 08:13:52 +0300
committerMiikka Heikkinen <miikka.heikkinen@digia.com>2013-10-17 08:16:18 +0300
commita32ead8e97d817f24725bc37f31d66df7ce9d67c (patch)
tree2892ef57d497e23e8d2bacba10c7779c9fcf4fe6 /examples
parenta2807db08e5774aac3979f5cc35993712b4ba73b (diff)
Remove unclear sentence from docs
Change-Id: Ia9f260fb3ab41af33e94ad3b30365f6700e7d0b7 Reviewed-by: Tomi Korpipää <tomi.korpipaa@digia.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/surface/doc/src/surface.qdoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/surface/doc/src/surface.qdoc b/examples/surface/doc/src/surface.qdoc
index 8d72c02e..71c6582d 100644
--- a/examples/surface/doc/src/surface.qdoc
+++ b/examples/surface/doc/src/surface.qdoc
@@ -110,9 +110,9 @@
The example has four slider controls for adjusting the min and max values for X and Z
axis. When selecting the proxy these sliders are adjusted so that one step on the slider
- moves the range by one segment step. The example has some code to keep the sliders on
- valid positions, like when the X axis minimum exceeds the maximum the maximum is increased
- and so on. Finally the ranges are set for the graph like this:
+ moves the range by one segment step.
+
+ Finally the ranges are set for the graph like this:
\snippet ../examples/surface/surfacegraph.cpp 5