From 0e33ba51166dd68a26c56d85a1155c4849d59e4a Mon Sep 17 00:00:00 2001 From: Nico Vertriest Date: Tue, 11 Dec 2018 12:13:49 +0100 Subject: Doc: Fix link issues MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I738b9da5335afb048d2eda2edf2be5095a91d7e5 Reviewed-by: Topi Reiniƶ --- src/qml/doc/qtqml.qdocconf | 2 +- src/qml/doc/src/qmllanguageref/syntax/signals.qdoc | 4 ++-- src/qml/types/qqmldelegatemodel.cpp | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src/qml') diff --git a/src/qml/doc/qtqml.qdocconf b/src/qml/doc/qtqml.qdocconf index 40acc7c13f..ba4155c08b 100644 --- a/src/qml/doc/qtqml.qdocconf +++ b/src/qml/doc/qtqml.qdocconf @@ -33,7 +33,7 @@ qhp.QtQml.subprojects.qmltypes.sortPages = true tagfile = ../../../doc/qtqml/qtqml.tags -depends += qtcore qtgui qtquick qtdoc qtlinguist qmake qtscript qtwidgets +depends += qtcore qtgui qtquick qtdoc qtlinguist qmake qtscript qtwidgets qtxmlpatterns qtquickcontrols headerdirs += .. \ ../../imports/models diff --git a/src/qml/doc/src/qmllanguageref/syntax/signals.qdoc b/src/qml/doc/src/qmllanguageref/syntax/signals.qdoc index f0ad2b7767..b643f18154 100644 --- a/src/qml/doc/src/qmllanguageref/syntax/signals.qdoc +++ b/src/qml/doc/src/qmllanguageref/syntax/signals.qdoc @@ -52,8 +52,8 @@ object, the object definition should declare a signal handler named letter capitalized. The signal handler should contain the JavaScript code to be executed when the signal handler is invoked. -For example, the \l [QtQuick.Controls2]{Button} type from the -\l{Qt Quick Controls 2}{Qt Quick Controls} module has a \c clicked signal, which +For example, the \l [QtQuickControls]{Button} type from the +\l{Qt Quick Controls} module has a \c clicked signal, which is emitted whenever the button is clicked. In this case, the signal handler for receiving this signal should be \c onClicked. In the example below, whenever the button is clicked, the \c onClicked handler is invoked, applying a random diff --git a/src/qml/types/qqmldelegatemodel.cpp b/src/qml/types/qqmldelegatemodel.cpp index 8a0d60a092..57bbf7465d 100644 --- a/src/qml/types/qqmldelegatemodel.cpp +++ b/src/qml/types/qqmldelegatemodel.cpp @@ -350,7 +350,7 @@ void QQmlDelegateModel::componentComplete() {QAbstractItemModel} subclass or a simple list. Models can also be created directly in QML, using a \l{ListModel} or - \l{XmlListModel}. + \l{QtQuick.XmlListModel::XmlListModel}{XmlListModel}. \sa {qml-data-models}{Data Models} */ -- cgit v1.2.3