From 249c4fc8e964876081fa3dab097573aab891f8ef Mon Sep 17 00:00:00 2001 From: Joona Petrell Date: Fri, 18 Nov 2011 14:10:51 +0200 Subject: [PATCH] Add Q_ENUMS and Q_FLAGS to enumeration InputMethodQuery and flag InputMethodQueries Change-Id: If6f535a28af06e7e1790d8876f99dcb9ab8a3b41 Reviewed-by: Pekka Vuorela Reviewed-by: Lars Knoll --- src/corelib/global/qnamespace.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/corelib/global/qnamespace.h b/src/corelib/global/qnamespace.h index ccc6bbd6b2d..2e266b52f3e 100644 --- a/src/corelib/global/qnamespace.h +++ b/src/corelib/global/qnamespace.h @@ -86,9 +86,10 @@ Qt { Q_FLAGS(MatchFlags) Q_FLAGS(KeyboardModifiers MouseButtons) Q_ENUMS(WindowType WindowState WindowModality WidgetAttribute ApplicationAttribute) + Q_FLAGS(WindowFlags WindowStates) + Q_ENUMS(InputMethodHint InputMethodQuery) + Q_FLAGS(InputMethodHints InputMethodQueries) Q_ENUMS(ScreenOrientation) - Q_ENUMS(InputMethodHint) - Q_FLAGS(WindowFlags WindowStates InputMethodHints) Q_FLAGS(ScreenOrientations) Q_ENUMS(ConnectionType) #ifndef QT_NO_GESTURES