From dce1fb3f523bfabf1b4c978edf011ef1670c953b Mon Sep 17 00:00:00 2001 From: Frank Meerkoetter Date: Wed, 6 Jan 2016 20:48:29 +0100 Subject: Fix broken link, dust off the \qmlsignal example MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This patch fixes a broken link (still pointing to Qt4.7) and also makes the example more consistent. Change-Id: I5705a367055013405c5015067567b830ab96201e Reviewed-by: Topi Reiniƶ --- src/qdoc/doc/qdoc-manual-topiccmds.qdoc | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'src') diff --git a/src/qdoc/doc/qdoc-manual-topiccmds.qdoc b/src/qdoc/doc/qdoc-manual-topiccmds.qdoc index 1dfd03163..865f10f83 100644 --- a/src/qdoc/doc/qdoc-manual-topiccmds.qdoc +++ b/src/qdoc/doc/qdoc-manual-topiccmds.qdoc @@ -1311,15 +1311,14 @@ \code / *! - \qmlsignal UIComponents::Button::clicked() - This signal is emitted when the user clicks the button. A click is defined - as a press followed by a release. The corresponding handler is - \c onClicked. + \qmlsignal QtQuick::MouseArea::clicked(MouseEvent mouse) + This signal is emitted when there is a click. A click is defined as a + press followed by a release, both inside the MouseArea. * / \endcode QDoc includes this documentation on the QML reference page for the - \l{http://qt-project.org/doc/qt-4.7/qml-mousearea.html#onEntered-signal} + \l{http://doc.qt.io/qt-5/qml-qtquick-mousearea.html#clicked-signal} {MouseArea} element. \target qmlmodule-command -- cgit v1.2.3