summaryrefslogtreecommitdiffstats
path: root/src/render/frontend/qspotlight.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/frontend/qspotlight.cpp')
-rw-r--r--src/render/frontend/qspotlight.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/render/frontend/qspotlight.cpp b/src/render/frontend/qspotlight.cpp
index cef18fe10..2eb947d64 100644
--- a/src/render/frontend/qspotlight.cpp
+++ b/src/render/frontend/qspotlight.cpp
@@ -83,7 +83,7 @@ QSpotLightPrivate::QSpotLightPrivate()
\qmltype SpotLight
\instantiates Qt3D::QSpotLight
\inherits AbstractLight
- \inqmlmodule Qt3D.Render
+ \inqmlmodule Qt3D.Renderer
\since 5.5
\brief For OpenGL ...
*/
@@ -119,7 +119,7 @@ QSpotLight::QSpotLight(QSpotLightPrivate &dd, QNode *parent)
}
/*!
- \qmlproperty vector3d Qt3D.Render::SpotLight::direction
+ \qmlproperty vector3d Qt3D.Renderer::SpotLight::direction
*/
@@ -136,7 +136,7 @@ QSpotLight::QSpotLight(QSpotLightPrivate &dd, QNode *parent)
/*!
- \qmlproperty float Qt3D.Render::SpotLight::cutOffAngle
+ \qmlproperty float Qt3D.Renderer::SpotLight::cutOffAngle
*/