summaryrefslogtreecommitdiffstats
path: root/src/gui/inputmethod/qcoefepinputcontext_p.h
diff options
context:
space:
mode:
authoraxis <qt-info@nokia.com>2009-07-13 09:34:31 (GMT)
committeraxis <qt-info@nokia.com>2009-07-13 09:34:31 (GMT)
commit77f82a242e33277290020f6e5c884b6197d73159 (patch)
treec24d06a616b04556e32b47dcedcbbfc11e905914 /src/gui/inputmethod/qcoefepinputcontext_p.h
parent2ec096f3ea86a5572f5e5137ec76b7d9f275b405 (diff)
downloadQt-77f82a242e33277290020f6e5c884b6197d73159.zip
Qt-77f82a242e33277290020f6e5c884b6197d73159.tar.gz
Qt-77f82a242e33277290020f6e5c884b6197d73159.tar.bz2
Fixed a bug where input capabilities would not be updated.
Task: 257215 The capabilities would not be updated if the IM hints were the same. We still try to avoid that when we can, but now we update the capabilities if we really have to.
Diffstat (limited to 'src/gui/inputmethod/qcoefepinputcontext_p.h')
-rw-r--r--src/gui/inputmethod/qcoefepinputcontext_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/inputmethod/qcoefepinputcontext_p.h b/src/gui/inputmethod/qcoefepinputcontext_p.h
index b33489e..7d20d24 100644
--- a/src/gui/inputmethod/qcoefepinputcontext_p.h
+++ b/src/gui/inputmethod/qcoefepinputcontext_p.h
@@ -93,7 +93,7 @@ public:
private:
void commitCurrentString(bool triggeredBySymbian);
- void updateHints();
+ void updateHints(bool mustUpdateInputCapabilities);
void applyHints(Qt::InputMethodHints hints);
void applyFormat(QList<QInputMethodEvent::Attribute> *attributes);