diff options
| author | mread <qt-info@nokia.com> | 2009-08-14 08:50:45 (GMT) |
|---|---|---|
| committer | mread <qt-info@nokia.com> | 2009-08-14 08:50:45 (GMT) |
| commit | a790e258d2ecd8e217d79d201f7e646bd13b1ce0 (patch) | |
| tree | db35f6215e9c31ccbc49bdbab4e0423819e40956 | |
| parent | 6a380ebcb50573149f723f1e407f5e4bdccae651 (diff) | |
| download | Qt-a790e258d2ecd8e217d79d201f7e646bd13b1ce0.zip Qt-a790e258d2ecd8e217d79d201f7e646bd13b1ce0.tar.gz Qt-a790e258d2ecd8e217d79d201f7e646bd13b1ce0.tar.bz2 | |
Changed QCoeFepInputContext::ReportAknEdStateEvent so that it actually forwards the event and doesn't just send a fixed one.
| -rw-r--r-- | src/gui/inputmethod/qcoefepinputcontext_s60.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/inputmethod/qcoefepinputcontext_s60.cpp b/src/gui/inputmethod/qcoefepinputcontext_s60.cpp index d4f8341..833e000 100644 --- a/src/gui/inputmethod/qcoefepinputcontext_s60.cpp +++ b/src/gui/inputmethod/qcoefepinputcontext_s60.cpp @@ -102,7 +102,7 @@ void QCoeFepInputContext::reset() void QCoeFepInputContext::ReportAknEdStateEvent(MAknEdStateObserver::EAknEdwinStateEvent aEventType) { - QT_TRAP_THROWING(m_fepState->ReportAknEdStateEventL(QT_EAknCursorPositionChanged)); + QT_TRAP_THROWING(m_fepState->ReportAknEdStateEventL(aEventType)); } void QCoeFepInputContext::update() |
