aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquicktranslate.cpp
diff options
context:
space:
mode:
authorPaul Wicking <paul.wicking@qt.io>2018-06-18 15:09:56 +0200
committerPaul Wicking <paul.wicking@qt.io>2018-06-19 12:44:48 +0000
commited3a93feee9a1b7e2b26c651e446c4a058ee8f8e (patch)
treec235082be0f4ccb5245e63e2282eb830c57fc1a7 /src/quick/items/qquicktranslate.cpp
parentb0c79a8bf41d3ae79c23e53afdcdba92ec0ec0b5 (diff)
Doc: Add missing dots (qtdeclarative)
Task-number: QTBUG-68933 Change-Id: Ibb5aa227e82825085e7214e17dcffcb17fd44157 Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
Diffstat (limited to 'src/quick/items/qquicktranslate.cpp')
-rw-r--r--src/quick/items/qquicktranslate.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/quick/items/qquicktranslate.cpp b/src/quick/items/qquicktranslate.cpp
index 1c8dd02b92..872fe25a18 100644
--- a/src/quick/items/qquicktranslate.cpp
+++ b/src/quick/items/qquicktranslate.cpp
@@ -58,7 +58,7 @@ public:
\instantiates QQuickTranslate
\inqmlmodule QtQuick
\ingroup qtquick-visual-transforms
- \brief Provides a way to move an Item without changing its x or y properties
+ \brief Provides a way to move an Item without changing its x or y properties.
The Translate type provides independent control over position in addition
to the Item's x and y properties.
@@ -162,7 +162,7 @@ public:
\instantiates QQuickScale
\inqmlmodule QtQuick
\ingroup qtquick-visual-transforms
- \brief Provides a way to scale an Item
+ \brief Provides a way to scale an Item.
The Scale type provides a way to scale an \l Item through a scale-type
transform.
@@ -304,7 +304,7 @@ public:
\instantiates QQuickRotation
\inqmlmodule QtQuick
\ingroup qtquick-visual-transforms
- \brief Provides a way to rotate an Item
+ \brief Provides a way to rotate an Item.
The Rotation type provides a way to rotate an \l Item through a
rotation-type transform.
@@ -468,7 +468,7 @@ public:
\inqmlmodule QtQuick
\ingroup qtquick-visual-transforms
\since 5.3
- \brief Provides a way to apply a 4x4 tranformation matrix to an \l Item
+ \brief Provides a way to apply a 4x4 tranformation matrix to an \l Item.
The Matrix4x4 type provides a way to apply a transformation to an
\l Item through a 4x4 matrix.