aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTakumi Asaki <asaki@sra.co.jp>2013-12-19 11:03:38 +0900
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-01-10 04:46:50 +0100
commitc7a55c268f4b4b88383a3a75cdf1e846c55aa250 (patch)
treeba430bb3a85c4d0482b798621e9bd9200d428a54 /src
parentd580411cab0d0a91c73e111ac2c0c6c8f77118fa (diff)
Doc: Fix current QtQuick module version.
Change-Id: I8056757967ff2693f69b5a7afa11a00ca826ece0 Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com>
Diffstat (limited to 'src')
-rw-r--r--src/quick/doc/src/qmltypereference.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/quick/doc/src/qmltypereference.qdoc b/src/quick/doc/src/qmltypereference.qdoc
index 21cfd2e18b..7fc9bea032 100644
--- a/src/quick/doc/src/qmltypereference.qdoc
+++ b/src/quick/doc/src/qmltypereference.qdoc
@@ -42,11 +42,11 @@ by this module, organized according to category and purpose.
The types provided by the \l {Qt Quick} module are only available in a QML document
if that document imports the \c QtQuick namespace.
-The current version of the \c QtQuick module is version 2.0, and thus it may be
+The current version of the \c QtQuick module is version 2.2, and thus it may be
imported via the following statement:
\qml
-import QtQuick 2.0
+import QtQuick 2.2
\endqml
See the \l {Qt Quick} module documentation for more