diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/wayland/pure-qml/qml/main.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/wayland/pure-qml/qml/main.qml b/examples/wayland/pure-qml/qml/main.qml index 5a0f324e..83767276 100644 --- a/examples/wayland/pure-qml/qml/main.qml +++ b/examples/wayland/pure-qml/qml/main.qml @@ -79,6 +79,7 @@ WaylandCompositor { // Extension for Input Method (QT_IM_MODULE) support at compositor-side // ![text input] + TextInputManager {} QtTextInputMethodManager {} // ![text input] } |