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.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/render/frontend/qspotlight.cpp b/src/render/frontend/qspotlight.cpp
index 467ceca19..edb6243a3 100644
--- a/src/render/frontend/qspotlight.cpp
+++ b/src/render/frontend/qspotlight.cpp
@@ -63,6 +63,10 @@ namespace Qt3D {
* \endcode
*/
+/*!
+ \class Qt3D::QSpotLightPrivate
+ \internal
+*/
QSpotLightPrivate::QSpotLightPrivate(QSpotLight *qq)
: QAbstractLightPrivate(qq)
, m_cutOffAngle(45.0f)
@@ -84,6 +88,7 @@ QSpotLight::QSpotLight(QNode *parent)
{
}
+/*! \internal */
QSpotLight::QSpotLight(QSpotLightPrivate &dd, QNode *parent)
: QAbstractLight(dd, parent)
{