summaryrefslogtreecommitdiffstats
path: root/src/render/lights/qspotlight.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/lights/qspotlight.cpp')
-rw-r--r--src/render/lights/qspotlight.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/render/lights/qspotlight.cpp b/src/render/lights/qspotlight.cpp
index 1e9244c91..b8f360bf4 100644
--- a/src/render/lights/qspotlight.cpp
+++ b/src/render/lights/qspotlight.cpp
@@ -63,7 +63,7 @@ namespace Qt3DRender {
*/
/*!
- \class Qt3DCore::QSpotLightPrivate
+ \class Qt3DRender::QSpotLightPrivate
\internal
*/
QSpotLightPrivate::QSpotLightPrivate()
@@ -81,9 +81,9 @@ QSpotLightPrivate::QSpotLightPrivate()
/*!
\qmltype SpotLight
- \instantiates Qt3DCore::QSpotLight
+ \instantiates Qt3DRender::QSpotLight
\inherits AbstractLight
- \inqmlmodule Qt3D.Renderer
+ \inqmlmodule Qt3D.Render
\since 5.5
\brief For OpenGL ...
*/