diff options
author | axis <qt-info@nokia.com> | 2009-05-29 12:47:54 (GMT) |
---|---|---|
committer | axis <qt-info@nokia.com> | 2009-06-03 11:16:01 (GMT) |
commit | 6989d6438e4fbc78dfbda7ac3326826a2301adaa (patch) | |
tree | 76fb2f2e516cc06e8146e526f2b13505458a9ba5 /src/gui/kernel/qevent.h | |
parent | 2e4cadc9a1bb70350259360d1cc8fc00be424414 (diff) | |
download | Qt-6989d6438e4fbc78dfbda7ac3326826a2301adaa.zip Qt-6989d6438e4fbc78dfbda7ac3326826a2301adaa.tar.gz Qt-6989d6438e4fbc78dfbda7ac3326826a2301adaa.tar.bz2 |
Added new API QInputMethodEvent::Selection.
This is required for S60 FEP.
RevBy: Simon Hausmann
Diffstat (limited to 'src/gui/kernel/qevent.h')
-rw-r--r-- | src/gui/kernel/qevent.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/kernel/qevent.h b/src/gui/kernel/qevent.h index 2724315..7696d05 100644 --- a/src/gui/kernel/qevent.h +++ b/src/gui/kernel/qevent.h @@ -424,7 +424,8 @@ public: TextFormat, Cursor, Language, - Ruby + Ruby, + Selection }; class Attribute { public: |