summaryrefslogtreecommitdiffstats
path: root/src/core/transforms/qtransform.cpp
diff options
context:
space:
mode:
authorVenugopal Shivashankar <venugopal.shivashankar@digia.com>2016-01-20 17:30:03 +0100
committerTopi Reiniƶ <topi.reinio@theqtcompany.com>2016-01-22 12:09:10 +0000
commit02c64c14fe44986fc5fe031730ba79274a1a2d93 (patch)
tree74653e74559353f7c19f1b6c9228fa9d4c64c5c1 /src/core/transforms/qtransform.cpp
parenta203ce0742105557a7e4641f6a37e462f231d0b0 (diff)
Doc: Add skeletal doc structure for the Transform QML type
Also improvised on the \brief statements for other QML types in Qt3D.Core, based on the corresponding C++ class \briefs. Change-Id: I7780e12d9a50a0c0a9b9e83c028f14bd76a237de Reviewed-by: Topi Reiniƶ <topi.reinio@theqtcompany.com>
Diffstat (limited to 'src/core/transforms/qtransform.cpp')
-rw-r--r--src/core/transforms/qtransform.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/core/transforms/qtransform.cpp b/src/core/transforms/qtransform.cpp
index e54c11bec..973f86764 100644
--- a/src/core/transforms/qtransform.cpp
+++ b/src/core/transforms/qtransform.cpp
@@ -62,6 +62,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)