aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/customitems/searchbox/SearchBox.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/customitems/searchbox/SearchBox.qml')
-rw-r--r--examples/quick/customitems/searchbox/SearchBox.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/quick/customitems/searchbox/SearchBox.qml b/examples/quick/customitems/searchbox/SearchBox.qml
index 6f6f486412..e67400e4d2 100644
--- a/examples/quick/customitems/searchbox/SearchBox.qml
+++ b/examples/quick/customitems/searchbox/SearchBox.qml
@@ -68,7 +68,7 @@ FocusScope {
MouseArea {
anchors.fill: parent
- onClicked: { focusScope.focus = true; textInput.openSoftwareInputPanel(); }
+ onClicked: { focusScope.focus = true; Qt.inputMethod.show(); }
}
TextInput {