From 41af951eef5f596992fff62a4c29f8facb0c2de2 Mon Sep 17 00:00:00 2001 From: Frederik Gladhorn Date: Thu, 1 Dec 2011 20:14:48 +0100 Subject: Remove Cursor functions from invokeMethod. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cursor position is handled by the text interface. This was a binary compatibility hack in Qt 4. Change-Id: I45520e6942a490834f6e9346a4c173300a9bf7a9 Reviewed-by: Jan-Arve Sæther --- src/gui/accessible/qaccessible.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/gui') diff --git a/src/gui/accessible/qaccessible.h b/src/gui/accessible/qaccessible.h index 7ccd379138..37071bcdaf 100644 --- a/src/gui/accessible/qaccessible.h +++ b/src/gui/accessible/qaccessible.h @@ -298,9 +298,7 @@ public: Q_DECLARE_FLAGS(Relation, RelationFlag) enum Method { - ListSupportedMethods = 0, - SetCursorPosition = 1, - GetCursorPosition = 2 + ListSupportedMethods = 0 }; enum InterfaceType -- cgit v1.2.3