aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorNicolas Fella <nicolas.fella@kde.org>2025-06-29 16:58:38 +0200
committerVolker Hilsheimer <volker.hilsheimer@qt.io>2025-12-09 05:49:08 +0000
commitb68e5db0dc790a7537017eb3db0ebdf43e69a98a (patch)
treecf67dd91444ca6b51b2bd174a98c432a18c74495 /src
parent1e29978c8c8f48040a351ed0ef20fa7db5bb5ed7 (diff)
Fix documentation syntax
Pick-to: 6.11 6.10 6.9 Change-Id: I3da95e29f642224067307a64450b80154c10cb82 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/quick/items/qquickitem.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/quick/items/qquickitem.cpp b/src/quick/items/qquickitem.cpp
index fa398b2d2d..0558495332 100644
--- a/src/quick/items/qquickitem.cpp
+++ b/src/quick/items/qquickitem.cpp
@@ -7195,7 +7195,7 @@ void QQuickItem::setSmooth(bool smooth)
focus chain behavior; ignore the events in other key handlers
to allow it to propagate.
- \note {QStyleHints::tabFocusBehavior}{tabFocusBehavior} can further limit focus
+ \note \l{QStyleHints::tabFocusBehavior}{tabFocusBehavior} can further limit focus
to only specific types of controls, such as only text or list controls. This is
the case on macOS, where focus to particular controls may be restricted based on
system settings.
@@ -7208,7 +7208,7 @@ void QQuickItem::setSmooth(bool smooth)
This property holds whether the item wants to be in the tab focus
chain. By default, this is set to \c false.
- \note {QStyleHints::tabFocusBehavior}{tabFocusBehavior} can further limit focus
+ \note \l{QStyleHints::tabFocusBehavior}{tabFocusBehavior} can further limit focus
to only specific types of controls, such as only text or list controls. This is
the case on macOS, where focus to particular controls may be restricted based on
system settings.