From: Frederik Gladhorn Date: Thu, 1 Dec 2011 18:10:15 +0000 (+0100) Subject: Remove action enum. X-Git-Tag: qt-v5.0.0-alpha1~2441 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9e09b8dc4842823407909f404d5213d4643a8d37;p=profile%2Fivi%2Fqtbase.git Remove action enum. This is a left over from the old way of handling accessibility actions. Change-Id: I1146f3dfec2b842f83a3cdd264e4ebb1013cc517 Reviewed-by: Jan-Arve Sæther --- diff --git a/src/gui/accessible/qaccessible.h b/src/gui/accessible/qaccessible.h index 4043fa6..e209dd9 100644 --- a/src/gui/accessible/qaccessible.h +++ b/src/gui/accessible/qaccessible.h @@ -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,