summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTakumi ASAKI <asaki@sra.co.jp>2018-08-02 17:41:23 +0900
committerTakumi ASAKI <asaki@sra.co.jp>2018-08-17 01:00:00 +0000
commitccfe440c34479377363679fc890f10b44ee57769 (patch)
treedbdc05d8b098950b9b436c344b5bf10a45669ab6
parent0d23715c78f5af939d2af471e71fdc63dfd80cff (diff)
Doc: Fix incorrect ForwardRenderer properties type
Change-Id: I1b02b6920b9525f4ced75271d36f07890a77f7fc Reviewed-by: Martin Smith <martin.smith@qt.io>
-rw-r--r--src/extras/defaults/qforwardrenderer.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/extras/defaults/qforwardrenderer.cpp b/src/extras/defaults/qforwardrenderer.cpp
index b02077298..7548c45c6 100644
--- a/src/extras/defaults/qforwardrenderer.cpp
+++ b/src/extras/defaults/qforwardrenderer.cpp
@@ -293,7 +293,7 @@ QSize QForwardRenderer::externalRenderTargetSize() const
}
/*!
- \qmlproperty color ForwardRenderer::frustumCulling
+ \qmlproperty bool ForwardRenderer::frustumCulling
Indicates if the renderer applies frustum culling to the scene.
*/
@@ -309,7 +309,7 @@ bool QForwardRenderer::isFrustumCullingEnabled() const
}
/*!
- \qmlproperty color ForwardRenderer::gamma
+ \qmlproperty real ForwardRenderer::gamma
Holds the gamma value the renderer applies to the scene.
*/