summaryrefslogtreecommitdiffstats
path: root/src/render/frontend/qabstractfunctor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/frontend/qabstractfunctor.cpp')
-rw-r--r--src/render/frontend/qabstractfunctor.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/render/frontend/qabstractfunctor.cpp b/src/render/frontend/qabstractfunctor.cpp
index 4be1da595..698c3a291 100644
--- a/src/render/frontend/qabstractfunctor.cpp
+++ b/src/render/frontend/qabstractfunctor.cpp
@@ -58,8 +58,15 @@ namespace Qt3DRender {
*/
/*!
\fn qintptr Qt3DRender::QAbstractFunctor::id() const
+
+ Returns a pointer to the id of the functor.
*/
/*!
+ \fn qintptr Qt3DRender::functorTypeId()
+
+ Returns a pointer to the type id of the functor.
+*/
+/*!
\macro QT3D_FUNCTOR(Class)
\relates Qt3DRender::QAbstractFunctor