From f247405bc04caf73f54458a70b37d0434f9eacdd Mon Sep 17 00:00:00 2001 From: Joona Petrell Date: Wed, 22 Aug 2012 00:09:55 +0300 Subject: Remove deprecated openSoftwareInputPanel function calls from the declarative examples Change-Id: I458bb1ed08f587b13a52a2615ba4d7966363a12b Reviewed-by: Andrew den Exter --- examples/quick/customitems/searchbox/SearchBox.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/quick/customitems/searchbox') 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 { -- cgit v1.2.3