summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNico Vertriest <nico.vertriest@theqtcompany.com>2016-10-12 15:38:09 +0200
committerNico Vertriest <nico.vertriest@theqtcompany.com>2016-10-13 10:00:36 +0000
commit140fe02a9e8fa6eb42edaa99474baaa20f7a18b3 (patch)
tree2b021f2e59f89b39d67fada19a40ad2c6e479152
parentb72cf3bfc4a3ff05f93a896ea7c151aff2455839 (diff)
Doc: added definition planeIndex
Change-Id: I3db64795c35ff67a0035ab700fb0698d72787e8f Reviewed-by: Venugopal Shivashankar <Venugopal.Shivashankar@qt.io>
-rw-r--r--src/render/renderstates/qclipplane.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/renderstates/qclipplane.cpp b/src/render/renderstates/qclipplane.cpp
index f117d040a..197a0c5a3 100644
--- a/src/render/renderstates/qclipplane.cpp
+++ b/src/render/renderstates/qclipplane.cpp
@@ -106,7 +106,7 @@ float QClipPlane::distance() const
}
/*!
- * Sets the index of the clip plane to \a plane.
+ * Sets the index of the clip plane to \a planeIndex
* \note above 7, support is not garanteed
*/
void QClipPlane::setPlaneIndex(int planeIndex)