a11y: Fix typo in QAccessible::ObjectHide doc
"obscured" is also what the doc uses for QWidget's visible property [1]. [1] https://doc.qt.io/qt-6/qwidget.html#visible-prop Change-Id: I0fc5a2672b8d6f43627763e01ffe7ebde17ac6e8 Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>bb10
parent
a661f8c306
commit
ad69ea47f5
|
|
@ -218,7 +218,7 @@ Q_LOGGING_CATEGORY(lcAccessibilityCore, "qt.accessibility.core");
|
|||
\value ObjectHide An object is hidden; for example, with QWidget::hide().
|
||||
Any children the object that is hidden has do not send
|
||||
this event. It is not sent when an object is hidden as
|
||||
it is being obcured by others.
|
||||
it is being obscured by others.
|
||||
\value ObjectReorder A layout or item view has added, removed, or moved an
|
||||
object (Qt does not use this event).
|
||||
\value ObjectShow An object is displayed; for example, with
|
||||
|
|
|
|||
Loading…
Reference in New Issue