summaryrefslogtreecommitdiff
path: root/examples/location/places/views/CategoryView.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/location/places/views/CategoryView.qml')
-rw-r--r--examples/location/places/views/CategoryView.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/location/places/views/CategoryView.qml b/examples/location/places/views/CategoryView.qml
index 7e5fc33a..96b798cb 100644
--- a/examples/location/places/views/CategoryView.qml
+++ b/examples/location/places/views/CategoryView.qml
@@ -24,7 +24,7 @@ ListView {
delegate: CategoryDelegate {
width: ListView.view.width
onSearchCategory: root.searchCategory(category);
- onShowSubcategories: root.showSubcategories(delegeteDataModel.modelIndex(index))
+ onShowSubcategories: root.showSubcategories(delegeteDataModel.modelIndex(index));
}
}
}