summaryrefslogtreecommitdiffstats
path: root/src/core/transforms/qtransform.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/transforms/qtransform.cpp')
-rw-r--r--src/core/transforms/qtransform.cpp10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/core/transforms/qtransform.cpp b/src/core/transforms/qtransform.cpp
index cea09cb53..502f62131 100644
--- a/src/core/transforms/qtransform.cpp
+++ b/src/core/transforms/qtransform.cpp
@@ -47,10 +47,6 @@ QT_BEGIN_NAMESPACE
namespace Qt3DCore {
-/*!
- \class Qt3DCore::QTransformPrivate
- \internal
-*/
QTransformPrivate::QTransformPrivate()
: QComponentPrivate()
, m_rotation()
@@ -65,6 +61,12 @@ QTransform::QTransform(QNode *parent)
: QComponent(*new QTransformPrivate, parent)
{
}
+/*!
+ \qmltype Transform
+ \inqmlmodule Qt3D.Core
+ \since 5.6
+ \TODO
+*/
/*! \internal */
QTransform::QTransform(QTransformPrivate &dd, QNode *parent)