summaryrefslogtreecommitdiff
path: root/src/gui
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2022-02-11 11:45:04 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-02-12 09:50:56 +0000
commit65fb9ee2caa9ff9b7078c6fed8243112a6f868ba (patch)
treef8cbaa38f489d7fd386e9be2f318a455ad5cdbf0 /src/gui
parentb02f27f37d0518f87300da274162b69ef3802b08 (diff)
downloadqtbase-65fb9ee2caa9ff9b7078c6fed8243112a6f868ba.tar.gz
Remove documentation of non-existing QAccessible state
invalidEntry is commented out Change-Id: Iffb661ec85b1b633f56c9aba94c1f0727a93c987 Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io> (cherry picked from commit a0d1f6b5aae72d2bcd89a08b5ce102c9e88d819e) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/accessible/qaccessible.cpp1
1 files changed, 0 insertions, 1 deletions
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.