summaryrefslogtreecommitdiffstats
path: root/src/core/transforms/qtransform.cpp
diff options
context:
space:
mode:
authorPaul Wicking <paul.wicking@qt.io>2018-06-18 13:23:13 +0200
committerPaul Wicking <paul.wicking@qt.io>2018-06-19 10:03:23 +0000
commit809c753359a6a6c5773b0494a46b1d82f3965db6 (patch)
tree764799cb91d0909cb61ae119a9b6e4e00bfdd05a /src/core/transforms/qtransform.cpp
parentbc544df60c1bf23df63df6ab8a017c7861319930 (diff)
Doc: Add missing dots (qt3d)
Task-number: QTBUG-68933 Change-Id: I4226b8b9d70548b6921948c5ea47520f40f5df98 Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
Diffstat (limited to 'src/core/transforms/qtransform.cpp')
-rw-r--r--src/core/transforms/qtransform.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/transforms/qtransform.cpp b/src/core/transforms/qtransform.cpp
index 82f665296..d0e2628f7 100644
--- a/src/core/transforms/qtransform.cpp
+++ b/src/core/transforms/qtransform.cpp
@@ -69,7 +69,7 @@ QTransformPrivate::~QTransformPrivate()
\inherits Component3D
\instantiates Qt3DCore::QTransform
\since 5.6
- \brief Used to perform transforms on meshes
+ \brief Used to perform transforms on meshes.
The Transform component is not shareable between multiple Entity's.
The transformation is held as vector3d scale, quaternion rotation and
@@ -184,7 +184,7 @@ QTransformPrivate::~QTransformPrivate()
\inmodule Qt3DCore
\inherits Qt3DCore::QComponent
\since 5.6
- \brief Used to perform transforms on meshes
+ \brief Used to perform transforms on meshes.
The QTransform component is not shareable between multiple QEntity's.
The transformation is held as QVector3D scale, QQuaternion rotation and