aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquicktranslate.cpp
diff options
context:
space:
mode:
authorJerome Pasion <jerome.pasion@digia.com>2013-09-24 16:41:12 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-09-25 13:51:51 +0200
commit0e62896fdcbad014177ba11d88bbe46eb496ab2d (patch)
tree97e7cb60ca408a407134eef6e9deb94a060227dd /src/quick/items/qquicktranslate.cpp
parent89042598c4005c82a64e63ea6f628e24dc5ca979 (diff)
Doc: Fixed and updated Qt Quick's \qmlmodule page
-incremented version to Qt Quick 2.2 (in \qmlmodule page) -import changed to QtQuick 2.2 -\inqmlmodule no longer needs the version. QDoc will ignore the version but it is better to remove it now to avoid confusion Task-number: QTBUG-32172 Change-Id: I40b52e59667014720be40a35b3a8fb9836825e31 Reviewed-by: Gunnar Sletta <gunnar.sletta@digia.com>
Diffstat (limited to 'src/quick/items/qquicktranslate.cpp')
-rw-r--r--src/quick/items/qquicktranslate.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/quick/items/qquicktranslate.cpp b/src/quick/items/qquicktranslate.cpp
index 43712e115b..4352f50f1a 100644
--- a/src/quick/items/qquicktranslate.cpp
+++ b/src/quick/items/qquicktranslate.cpp
@@ -60,7 +60,7 @@ public:
/*!
\qmltype Translate
\instantiates QQuickTranslate
- \inqmlmodule QtQuick 2
+ \inqmlmodule QtQuick
\ingroup qtquick-visual-transforms
\brief Provides a way to move an Item without changing its x or y properties
@@ -164,7 +164,7 @@ public:
/*!
\qmltype Scale
\instantiates QQuickScale
- \inqmlmodule QtQuick 2
+ \inqmlmodule QtQuick
\ingroup qtquick-visual-transforms
\brief Provides a way to scale an Item
@@ -305,7 +305,7 @@ public:
/*!
\qmltype Rotation
\instantiates QQuickRotation
- \inqmlmodule QtQuick 2
+ \inqmlmodule QtQuick
\ingroup qtquick-visual-transforms
\brief Provides a way to rotate an Item