diff options
author | axis <qt-info@nokia.com> | 2009-05-29 12:46:22 (GMT) |
---|---|---|
committer | axis <qt-info@nokia.com> | 2009-06-03 11:15:42 (GMT) |
commit | 2e4cadc9a1bb70350259360d1cc8fc00be424414 (patch) | |
tree | 7834ff04fdf875d191f201d6cc4a7bf1b6af5fd4 /src | |
parent | a12eaad983da3caa30babd36a0e5c527588b2602 (diff) | |
download | Qt-2e4cadc9a1bb70350259360d1cc8fc00be424414.zip Qt-2e4cadc9a1bb70350259360d1cc8fc00be424414.tar.gz Qt-2e4cadc9a1bb70350259360d1cc8fc00be424414.tar.bz2 |
Added new API Qt::ImAnchorPosition.
This is required for S60 FEP.
RevBy: Simon Hausmann
Diffstat (limited to 'src')
-rw-r--r-- | src/corelib/global/qnamespace.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/corelib/global/qnamespace.h b/src/corelib/global/qnamespace.h index 75524a0..43740ed 100644 --- a/src/corelib/global/qnamespace.h +++ b/src/corelib/global/qnamespace.h @@ -1395,7 +1395,8 @@ public: ImCursorPosition, ImSurroundingText, ImCurrentSelection, - ImMaximumTextLength + ImMaximumTextLength, + ImAnchorPosition }; enum InputMethodHint { |