From 65fb9ee2caa9ff9b7078c6fed8243112a6f868ba Mon Sep 17 00:00:00 2001 From: Allan Sandfeld Jensen Date: Fri, 11 Feb 2022 11:45:04 +0100 Subject: Remove documentation of non-existing QAccessible state MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit invalidEntry is commented out Change-Id: Iffb661ec85b1b633f56c9aba94c1f0727a93c987 Reviewed-by: Tor Arne Vestbø (cherry picked from commit a0d1f6b5aae72d2bcd89a08b5ce102c9e88d819e) Reviewed-by: Qt Cherry-pick Bot --- src/gui/accessible/qaccessible.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/gui/accessible/qaccessible.cpp') diff --git a/src/gui/accessible/qaccessible.cpp b/src/gui/accessible/qaccessible.cpp index b2cc9d23f0..88e040adb9 100644 --- a/src/gui/accessible/qaccessible.cpp +++ b/src/gui/accessible/qaccessible.cpp @@ -162,7 +162,6 @@ Q_LOGGING_CATEGORY(lcAccessibilityCore, "qt.accessibility.core"); \value hasPopup The object opens a popup. \value hotTracked The object's appearance is sensitive to the mouse cursor position. \value invalid The object is no longer valid (because it has been deleted). - \value invalidEntry Input validation current input invalid. \value invisible The object is not visible to the user. \value linked The object is linked to another object, e.g. a hyperlink. \value marqueed The object displays scrolling contents, e.g. a log view. -- cgit v1.2.1