diff options
author | Marko Kenttala <ext-marko.r.kenttala@nokia.com> | 2012-06-28 07:43:35 (GMT) |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-07-02 23:10:12 (GMT) |
commit | 2da55509d4344ed56ad8243b496398779fc3c98a (patch) | |
tree | 09f321ded25ac8f200cbf02b6fa8b614dc2b959f /src/gui/inputmethod/qcoefepinputcontext_p.h | |
parent | ddb84a72901c180f709fae1782051a8e8a8d46d4 (diff) | |
download | Qt-2da55509d4344ed56ad8243b496398779fc3c98a.zip Qt-2da55509d4344ed56ad8243b496398779fc3c98a.tar.gz Qt-2da55509d4344ed56ad8243b496398779fc3c98a.tar.bz2 |
Enable smiley support for Symbian editors
Added enabling of CEikEdwin::EAvkonEnableSmileySupport flag for normal
Symbian editors so that smiley/emoticon button or menu is enabled.
Change-Id: I0b9f6205ca1521fc54d3b688ccd1225823263aac
Reviewed-by: Juha Kukkonen <ext-juha.kukkonen@nokia.com>
Reviewed-by: Jaakko Helanti <ext-jaakko.helanti@nokia.com>
Reviewed-by: Kalle Lehtonen <kalle.ju.lehtonen@nokia.com>
Diffstat (limited to 'src/gui/inputmethod/qcoefepinputcontext_p.h')
-rw-r--r-- | src/gui/inputmethod/qcoefepinputcontext_p.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/inputmethod/qcoefepinputcontext_p.h b/src/gui/inputmethod/qcoefepinputcontext_p.h index f8e6fec..d799378 100644 --- a/src/gui/inputmethod/qcoefepinputcontext_p.h +++ b/src/gui/inputmethod/qcoefepinputcontext_p.h @@ -225,6 +225,9 @@ private: CAknExtendedInputCapabilities *m_extendedInputCapabilities; + QScopedPointer<CAknEdwinFormAccessor> m_formAccessor; + QScopedPointer<CEikEdwin> m_dummyEditor; + friend class tst_QInputContext; }; |