summaryrefslogtreecommitdiffstats
path: root/src/render/renderstates/qalphatest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/renderstates/qalphatest.cpp')
-rw-r--r--src/render/renderstates/qalphatest.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/render/renderstates/qalphatest.cpp b/src/render/renderstates/qalphatest.cpp
index 14a64a227..65fda1d79 100644
--- a/src/render/renderstates/qalphatest.cpp
+++ b/src/render/renderstates/qalphatest.cpp
@@ -72,12 +72,12 @@ namespace Qt3DRender {
*/
/*!
- \property QAlphaTest::alphaFunction
+ \property Qt3DRender::QAlphaTest::alphaFunction
Holds the alpha function used by the alpha test. Default is Never.
*/
/*!
- \property QAlphaTest::referenceValue
+ \property Qt3DRender::QAlphaTest::referenceValue
Holds the reference value used by the alpha test. Default is 0.0.
When set, the value is clamped between 0 and 1.
*/