diff options
author | axis <qt-info@nokia.com> | 2009-05-06 13:01:54 (GMT) |
---|---|---|
committer | axis <qt-info@nokia.com> | 2009-05-06 13:01:54 (GMT) |
commit | c4ee1ec3f05e14d17708d6e1102ba7dd994d422a (patch) | |
tree | 667d7f4bec7063c30cb1ce2a922209362838a06e /src/gui/inputmethod/qcoefepinputcontext_p.h | |
parent | e2e708b6a6a63e1f774624a30535c2b4de686ecd (diff) | |
download | Qt-c4ee1ec3f05e14d17708d6e1102ba7dd994d422a.zip Qt-c4ee1ec3f05e14d17708d6e1102ba7dd994d422a.tar.gz Qt-c4ee1ec3f05e14d17708d6e1102ba7dd994d422a.tar.bz2 |
Improved the handling of input method hints in S60.
Made it more robust, as well as added support for the new
ImhDigitsOnly and ImhFormattedNumbers flags.
Diffstat (limited to 'src/gui/inputmethod/qcoefepinputcontext_p.h')
-rw-r--r-- | src/gui/inputmethod/qcoefepinputcontext_p.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/inputmethod/qcoefepinputcontext_p.h b/src/gui/inputmethod/qcoefepinputcontext_p.h index 57f0375..9ce9724 100644 --- a/src/gui/inputmethod/qcoefepinputcontext_p.h +++ b/src/gui/inputmethod/qcoefepinputcontext_p.h @@ -63,6 +63,7 @@ public: private: void commitCurrentString(); + void updateHints(); void applyHints(Qt::InputMethodHints hints); // From MCoeFepAwareTextEditor |