aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/doc
diff options
context:
space:
mode:
authorCaroline Chao <caroline.chao@theqtcompany.com>2015-01-22 10:55:01 +0100
committerCaroline Chao <caroline.chao@theqtcompany.com>2015-01-23 13:02:40 +0100
commit203e85619612c73a01b68d8538819cf0ea685dab (patch)
treec210856d20ac476c7e510bd175ffb66ded66153a /src/quick/doc
parentb35227f2354b3525631c6421e7d100480e77ca33 (diff)
Doc: Update QtQuick import version to 2.5
Change-Id: I1c2f4c8b2e052d541b4045bd5a739e5cb9e96429 Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
Diffstat (limited to 'src/quick/doc')
-rw-r--r--src/quick/doc/src/qmltypereference.qdoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/quick/doc/src/qmltypereference.qdoc b/src/quick/doc/src/qmltypereference.qdoc
index 430c0ed11a..4f513bd971 100644
--- a/src/quick/doc/src/qmltypereference.qdoc
+++ b/src/quick/doc/src/qmltypereference.qdoc
@@ -26,7 +26,7 @@
****************************************************************************/
/*!
-\qmlmodule QtQuick 2.4
+\qmlmodule QtQuick 2.5
\title Qt Quick QML Types
\ingroup qmlmodules
\brief Provides graphical QML types.
@@ -34,11 +34,11 @@
The \l{Qt Quick} module provides graphical primitive types. These types 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.4, and thus it may be
+The current version of the \c QtQuick module is version 2.5, and thus it may be
imported via the following statement:
\qml
-import QtQuick 2.4
+import QtQuick 2.5
\endqml
Visit the \l {Qt Quick} module documentation for more