diff options
Diffstat (limited to 'src/plugins/platforms/wasm/qwasminputcontext.cpp')
| -rw-r--r-- | src/plugins/platforms/wasm/qwasminputcontext.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/platforms/wasm/qwasminputcontext.cpp b/src/plugins/platforms/wasm/qwasminputcontext.cpp index 1bf8b5f1683..1c004b226fa 100644 --- a/src/plugins/platforms/wasm/qwasminputcontext.cpp +++ b/src/plugins/platforms/wasm/qwasminputcontext.cpp @@ -144,7 +144,7 @@ void QWasmInputContext::inputStringChanged(QString &inputString, QWasmInputConte Q_UNUSED(context) QKeySequence keys = QKeySequence::fromString(inputString); // synthesize this keyevent as android is not normal - QWindowSystemInterface::handleKeyEvent<QWindowSystemInterface::SynchronousDelivery>( + QWindowSystemInterface::handleKeyEvent( 0, QEvent::KeyPress,keys[0].key(), keys[0].keyboardModifiers(), inputString); } |
