summaryrefslogtreecommitdiffstats
path: root/examples/surface
diff options
context:
space:
mode:
authorMiikka Heikkinen <miikka.heikkinen@digia.com>2014-02-11 14:28:37 +0200
committerMiikka Heikkinen <miikka.heikkinen@digia.com>2014-02-11 14:38:35 +0200
commitda3a9d21f5dbbc50d6db9cde81a96f7af9bba093 (patch)
tree28ea9a36598300591ee1ca28a04d079fcb2ce074 /examples/surface
parent64acaf065f8f04b78713196fec4d71993f858053 (diff)
Remove mentions about only supporting single surface
Change-Id: I3daec1f80eb0c984c1ecc6e3defe81c795dd0077 Reviewed-by: Mika Salmela <mika.salmela@digia.com>
Diffstat (limited to 'examples/surface')
-rw-r--r--examples/surface/doc/src/surface.qdoc3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/surface/doc/src/surface.qdoc b/examples/surface/doc/src/surface.qdoc
index bf53192f..5397b503 100644
--- a/examples/surface/doc/src/surface.qdoc
+++ b/examples/surface/doc/src/surface.qdoc
@@ -86,8 +86,7 @@
code. First we set the decorative issues like enable the grid for the surface and
select the flat shading mode. Next lines define the axis label format and value
ranges. Finally we make sure the correct series is added to the
- graph. We need to first remove the other series, since surface graphs only support a single
- series at a time:
+ graph:
\snippet ../examples/surface/surfacegraph.cpp 3