diff options
author | axis <qt-info@nokia.com> | 2009-11-04 12:19:42 (GMT) |
---|---|---|
committer | axis <qt-info@nokia.com> | 2009-11-04 16:19:09 (GMT) |
commit | ca03a94ed93e4baa71adf9dacb3fddf9590040ef (patch) | |
tree | a1c9d0385319db2196313beda2bcac59c4ff3e43 /src/gui/inputmethod/qcoefepinputcontext_p.h | |
parent | b4ef8b906c88e5d60e687d9018af93de0e735e0c (diff) | |
download | Qt-ca03a94ed93e4baa71adf9dacb3fddf9590040ef.zip Qt-ca03a94ed93e4baa71adf9dacb3fddf9590040ef.tar.gz Qt-ca03a94ed93e4baa71adf9dacb3fddf9590040ef.tar.bz2 |
Fixed input panel detection on post-5.0 S60 SDKs.
Task: QT-2418
RevBy: Shane Kearns
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 1531036..6aef5d4 100644 --- a/src/gui/inputmethod/qcoefepinputcontext_p.h +++ b/src/gui/inputmethod/qcoefepinputcontext_p.h @@ -97,6 +97,7 @@ private: void applyHints(Qt::InputMethodHints hints); void applyFormat(QList<QInputMethodEvent::Attribute> *attributes); void queueInputCapabilitiesChanged(); + bool needsInputPanel(); private Q_SLOTS: void ensureInputCapabilitiesChanged(); |