summaryrefslogtreecommitdiffstats
path: root/src/gui
diff options
context:
space:
mode:
authorJan-Arve Saether <jan-arve.saether@nokia.com>2012-01-18 14:02:23 +0100
committerQt by Nokia <qt-info@nokia.com>2012-01-19 00:17:38 +0100
commit67a3698b3c558b5bd9fbd2e3b0121bab8c949c95 (patch)
tree342a16a65482860924322c1b68729a203d6a33b9 /src/gui
parentf4ea85f8fe35cb30aed73242bf93e869c3c74a0d (diff)
Remove all references to QAccessible::(Covers|Covered)
These were not used in any bridges, and none of the bridges (MSAA, Cocoa, AT-SPI/IA2) can hardly make use of this information. Change-Id: If3cad6b6c1928535dd932f46c9ec6883a4a19c76 Reviewed-by: Frederik Gladhorn <frederik.gladhorn@nokia.com>
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/accessible/qaccessible.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gui/accessible/qaccessible.h b/src/gui/accessible/qaccessible.h
index bafd3a8a6b..89036281b8 100644
--- a/src/gui/accessible/qaccessible.h
+++ b/src/gui/accessible/qaccessible.h
@@ -307,11 +307,6 @@ public:
enum RelationFlag {
Unrelated = 0x00000000,
Self = 0x00000001,
-
- Covers = 0x00001000,
- Covered = 0x00002000,
- GeometryMask = 0x0000ff00,
-
FocusChild = 0x00010000,
Label = 0x00020000,
Labelled = 0x00040000,