Commit 1e8a17edef013e70fa0d0c20a04e713c190c0bec
- Diff rendering mode:
- inline
- side by side
src/gui/inputmethod/qcoefepinputcontext_s60.cpp
(1 / 1)
|   | |||
| 233 | 233 | m_preeditString = keyEvent->text(); | |
| 234 | 234 | QList<QInputMethodEvent::Attribute> attributes; | |
| 235 | 235 | QInputMethodEvent imEvent(m_preeditString, attributes); | |
| 236 | QApplication::sendEvent(focusWidget(), &imEvent); | ||
| 236 | sendEvent(imEvent); | ||
| 237 | 237 | m_tempPreeditStringTimeout.start(1000, this); | |
| 238 | 238 | m_hasTempPreeditString = true; | |
| 239 | 239 | update(); |
Comments
Add a new comment:
Login or create an account to post a comment
Add your comment
Please log in to comment

