From b73ecfc066b97c4f99b4030b0be9c314b70ba99f Mon Sep 17 00:00:00 2001 From: Shawn Rutledge Date: Tue, 28 Mar 2023 10:01:59 +0200 Subject: doc: Fix some warnings (broken links) Change-Id: I9ef36d761860b7b28c5e5e6e37826abfda9d998f Reviewed-by: Richard Moe Gustavsen Reviewed-by: Fabian Kosmale --- src/quick/items/qquickitem.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/quick/items/qquickitem.cpp') diff --git a/src/quick/items/qquickitem.cpp b/src/quick/items/qquickitem.cpp index 2ff798b807..8b65d51d60 100644 --- a/src/quick/items/qquickitem.cpp +++ b/src/quick/items/qquickitem.cpp @@ -6380,9 +6380,9 @@ void QQuickItem::setVisible(bool v) Thus, a disabled item can continue to receive hover events, even when this property is \c false. This makes it possible to show informational feedback (such as \l ToolTip) even when an interactive item is disabled. - The same is also true for any \l {QQuickHoverHandler}{HoverHandlers} + The same is also true for any \l {HoverHandler}{HoverHandlers} added as children of the item. A HoverHandler can, however, be - \l{QQuickHoverHandler::enabled}{disabled} explicitly, or for example + \l {PointerHandler::enabled}{disabled} explicitly, or for example be bound to the \c enabled state of the item. \sa visible -- cgit v1.2.3