summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrank Meerkoetter <frank.meerkoetter@basyskom.com>2016-01-06 20:48:29 +0100
committerFrank Meerkoetter <frank.meerkoetter@basyskom.com>2016-01-07 08:42:07 +0000
commitdce1fb3f523bfabf1b4c978edf011ef1670c953b (patch)
tree73454d0bdf342aa002cf7312f20fbd6814973499
parent00c523ab372c680984b17ad8d66939cd3aaa8f34 (diff)
Fix broken link, dust off the \qmlsignal example
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ƶ <topi.reinio@theqtcompany.com>
-rw-r--r--src/qdoc/doc/qdoc-manual-topiccmds.qdoc9
1 files changed, 4 insertions, 5 deletions
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