Remove action enum.
authorFrederik Gladhorn <frederik.gladhorn@nokia.com>
Thu, 1 Dec 2011 18:10:15 +0000 (19:10 +0100)
committerQt by Nokia <qt-info@nokia.com>
Thu, 1 Dec 2011 19:52:08 +0000 (20:52 +0100)
This is a left over from the old way of
handling accessibility actions.

Change-Id: I1146f3dfec2b842f83a3cdd264e4ebb1013cc517
Reviewed-by: Jan-Arve Sæther <jan-arve.saether@nokia.com>
src/gui/accessible/qaccessible.h

index 4043fa6..e209dd9 100644 (file)
@@ -284,23 +284,6 @@ public:
     };
     Q_DECLARE_FLAGS(Relation, RelationFlag)
 
-    enum Action {
-        DefaultAction       = 0,
-        Press               = -1,
-        FirstStandardAction = Press,
-        SetFocus            = -2,
-        Increase            = -3,
-        Decrease            = -4,
-        Accept              = -5,
-        Cancel              = -6,
-        Select              = -7,
-        ClearSelection      = -8,
-        RemoveSelection     = -9,
-        ExtendSelection     = -10,
-        AddToSelection      = -11,
-        LastStandardAction  = AddToSelection
-    };
-
     enum Method {
         ListSupportedMethods      = 0,
         SetCursorPosition         = 1,