From ad69ea47f571c52b3487beca66267ecbc618c6bf Mon Sep 17 00:00:00 2001 From: Michael Weghorn Date: Fri, 16 Sep 2022 13:13:55 +0200 Subject: [PATCH] a11y: Fix typo in QAccessible::ObjectHide doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit "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ø --- src/gui/accessible/qaccessible.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/accessible/qaccessible.cpp b/src/gui/accessible/qaccessible.cpp index 286d27b15b..cee8dc28c3 100644 --- a/src/gui/accessible/qaccessible.cpp +++ b/src/gui/accessible/qaccessible.cpp @@ -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