summaryrefslogtreecommitdiffstats
path: root/examples/location/places/content/places/SearchBox.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/location/places/content/places/SearchBox.qml')
-rw-r--r--examples/location/places/content/places/SearchBox.qml6
1 files changed, 0 insertions, 6 deletions
diff --git a/examples/location/places/content/places/SearchBox.qml b/examples/location/places/content/places/SearchBox.qml
index b23c775a..c61ba069 100644
--- a/examples/location/places/content/places/SearchBox.qml
+++ b/examples/location/places/content/places/SearchBox.qml
@@ -140,12 +140,6 @@ Rectangle {
placeSearchModel.searchForCategory(category);
searchRectangle.state = "";
}
-
- onEditClicked: {
- editCategoryDialog.category = category;
- page.state = "EditCategory";
- searchRectangle.state = "";
- }
}
BusyIndicator {