From 6f3339e9c2be5b1509c76a5c80b7d24ef77a5879 Mon Sep 17 00:00:00 2001 From: Venu Date: Thu, 19 Dec 2013 13:25:07 +0100 Subject: Doc: Fixed a few broken links and snippets MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Couple of \snippet references in the ListModel docs were pointing to files outside the exampledirs boundary. Update those references to use the relative path. Change-Id: Ibf9d0fda9e5280345b08cb66a4fe0db9142a42a6 Reviewed-by: Nico Vertriest Reviewed-by: Topi Reiniƶ --- src/quick/doc/src/qmltypereference.qdoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/quick/doc') diff --git a/src/quick/doc/src/qmltypereference.qdoc b/src/quick/doc/src/qmltypereference.qdoc index cf40fbe37c..0155ee4e2d 100644 --- a/src/quick/doc/src/qmltypereference.qdoc +++ b/src/quick/doc/src/qmltypereference.qdoc @@ -246,8 +246,8 @@ QML Lists and Models The \l{Qt QML Models QML Types}{Qt QML Models} submodule provides the types for structuring data with models and lists. \list -\li \l ListModel - Defines a list of data -\li \l ListElement - Defines a data item in a \l ListModel +\li \l{ListModel} - Defines a list of data +\li \l{ListElement} - Defines a data item in a \l{ListModel} \endlist These QML types are part of Qt Quick for backwards compatibility, but for -- cgit v1.2.3