summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMika Salmela <mika.salmela@digia.com>2014-03-05 16:22:43 +0200
committerTomi Korpipää <tomi.korpipaa@digia.com>2014-03-06 06:18:59 +0200
commita6f24756212c849bd0ce1de42c054f99da588bab (patch)
tree959e8513ce81f90ecb4f28ce4fc66fd38506603c /src
parent3783b9c38c50f4a4431b995bcc80ddd1a8c0c106 (diff)
Readability improvement
Change-Id: I77f2b488b44eb1d985bdb6985b979f46bba04085 Reviewed-by: Tomi Korpipää <tomi.korpipaa@digia.com>
Diffstat (limited to 'src')
-rw-r--r--src/datavisualization/data/qheightmapsurfacedataproxy.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/datavisualization/data/qheightmapsurfacedataproxy.cpp b/src/datavisualization/data/qheightmapsurfacedataproxy.cpp
index b7111afc..56fcf5d1 100644
--- a/src/datavisualization/data/qheightmapsurfacedataproxy.cpp
+++ b/src/datavisualization/data/qheightmapsurfacedataproxy.cpp
@@ -31,7 +31,7 @@ const float defaultMaxValue = 10.0f;
* \since Qt Data Visualization 1.0
*
* QHeightMapSurfaceDataProxy takes care of surface related height map data handling. It provides a
- * way for giving the surface plot a height map to be visualized.
+ * way to give a height map to be visualized as a surface plot.
*
* Since height maps do not contain values for X or Z axes, those values need to be given
* separately using minXValue, maxXValue, minZValue, and maxZValue properties. X-value corresponds
@@ -51,7 +51,7 @@ const float defaultMaxValue = 10.0f;
* \brief Base proxy type for Surface3D.
*
* HeightMapSurfaceDataProxy takes care of surface related height map data handling. It provides a
- * way for giving the surface plot a height map to be visualized.
+ * way to give a height map to be visualized as a surface plot.
*
* For more complete description, see QHeightMapSurfaceDataProxy.
*