Doc: Fixed link to Qt Quick Layouts and made links consistent
authorJerome Pasion <jerome.pasion@digia.com>
Thu, 6 Jun 2013 12:51:31 +0000 (14:51 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Thu, 6 Jun 2013 16:58:08 +0000 (18:58 +0200)
-better to use the "QML Types" pages as the version is not specified.

Change-Id: I5b150bc8ada25c619dbecb5d68e70854dd9c14d6
Reviewed-by: Alan Alpert <aalpert@blackberry.com>

src/quick/doc/src/qmltypereference.qdoc

index da8b312..6863758 100644 (file)
@@ -56,19 +56,19 @@ information about the concepts which are central to \c QtQuick.
     Qt Quick includes several submodules which contain additional types.
 
     \list
-    \li \l{QtQuick.XmlListModel 2}{XML List Model} - contains types
+    \li \l{Qt Quick XmlListModel QML Types}{XML List Model} - contains types
     for creating models from XML data
-    \li \l{QtQuick.LocalStorage 2}{Local Storage} - a submodule
+    \li \l{Qt Quick Local Storage QML Types}{Local Storage} - a submodule
     containing a JavaScript interface for an SQLite database
-    \li \l{QtQuick.Particles 2}{Particles} - provides a particle
+    \li \l{Qt Quick Particles QML Types}{Particles} - provides a particle
     system for QML applications
-    \li \l{QtQuick.Window 2}{Window} - contains types for creating
+    \li \l{Qt Quick Window QML Types}{Window} - contains types for creating
     top-level windows and accessing screen information
-    \li \l{QtQuick.Dialogs 1}{Dialogs} - contains types for creating and
+    \li \l{Qt Quick Dialogs QML Types}{Dialogs} - contains types for creating and
     interacting with system dialogs
-    \li \l{QtQuick.Controls 1.0}{Controls} - provides a set of reusable
+    \li \l{Qt Quick Controls QML Types}{Controls} - provides a set of reusable
     UI components
-    \li \l{QtQuick.Layouts 1.0}{Layouts} - contains types that are used
+    \li \l{Qt Quick Layouts QML Types}{Layouts} - contains types that are used
     to arrange items in the user interface
     \endlist