From 1133c0dd2230499b24d7f92634531bb633ee00f6 Mon Sep 17 00:00:00 2001 From: Jan-Arve Saether Date: Fri, 6 Jan 2012 15:51:53 +0100 Subject: Remove all references to QAccessible::(Up|Down|Left|Right) It is now the resonsibility of the bridge to support this (by querying for QAccessibleInterface::rect()) The windows bridge (currently the only bridge in need of this) has already been updated to reflect this in commit 7dca461620ee6d8cce3a74acf2e1530d4497bff9 Change-Id: Ief1339ab6edc118e2d47e3875e09fa885db65c2f Reviewed-by: Frederik Gladhorn --- src/gui/accessible/qaccessible.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/gui/accessible/qaccessible.h') diff --git a/src/gui/accessible/qaccessible.h b/src/gui/accessible/qaccessible.h index 2126cfd877..e41898f045 100644 --- a/src/gui/accessible/qaccessible.h +++ b/src/gui/accessible/qaccessible.h @@ -276,10 +276,6 @@ public: Unrelated = 0x00000000, Self = 0x00000001, - Up = 0x00000100, - Down = 0x00000200, - Left = 0x00000400, - Right = 0x00000800, Covers = 0x00001000, Covered = 0x00002000, GeometryMask = 0x0000ff00, -- cgit v1.2.3