summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/wayland/pure-qml/qml/main.qml1
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 5a0f324ec..837672764 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]
}