Commit c312549e authored by Szabolcs David's avatar Szabolcs David
Browse files

Fix the documentation of linkHovered signal


We don't support the hoveredTitle parameter.

Change-Id: Ibab3c1c409dbe47855b2f6136b25de2eb080ba1f
Reviewed-by: default avatarAndras Becsi <andras.becsi@theqtcompany.com>
Showing with 2 additions and 3 deletions
......@@ -245,14 +245,13 @@
*/
/*!
\qmlsignal WebEngineView::linkHovered(hoveredUrl, hoveredTitle)
\qmlsignal WebEngineView::linkHovered(hoveredUrl)
Within a mouse-driven interface, this signal is emitted when a mouse
pointer passes over a link, corresponding to the \c{mouseover} DOM
event. This event may also occur in touch interfaces for \c{mouseover}
events that are not cancelled with \c{preventDefault()}. \a{hoveredUrl}
provides the link's location, and \a{hoveredTitle} is any available
link text.
provides the link's location.
The corresponding handler is onLinkHovered.
*/
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment