summaryrefslogtreecommitdiffstats
path: root/src/render/picking/qabstractraycaster.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/picking/qabstractraycaster.cpp')
-rw-r--r--src/render/picking/qabstractraycaster.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/render/picking/qabstractraycaster.cpp b/src/render/picking/qabstractraycaster.cpp
index 1844971d5..e9da55d5c 100644
--- a/src/render/picking/qabstractraycaster.cpp
+++ b/src/render/picking/qabstractraycaster.cpp
@@ -133,14 +133,14 @@ void QAbstractRayCasterPrivate::dispatchHits(const QAbstractRayCaster::Hits &hit
*/
/*!
- \enum QAbstractRayCaster::RunMode
+ \enum Qt3DRender::QAbstractRayCaster::RunMode
This enumeration specifies how often ray casting is performed
\value Continuous Ray casting is performed at every frame as long as the component is enabled.
\value SingleShot Ray casting is done once then the component disables itself. This is the default
*/
/*!
- \enum QAbstractRayCaster::FilterMode
+ \enum Qt3DRender::QAbstractRayCaster::FilterMode
Specifies the rules for selecting entities to test for raycasting.