From a6f24756212c849bd0ce1de42c054f99da588bab Mon Sep 17 00:00:00 2001 From: Mika Salmela Date: Wed, 5 Mar 2014 16:22:43 +0200 Subject: Readability improvement MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I77f2b488b44eb1d985bdb6985b979f46bba04085 Reviewed-by: Tomi Korpipää --- src/datavisualization/data/qheightmapsurfacedataproxy.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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. * -- cgit v1.2.3