summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorabcd <amos.choy@nokia.com>2012-08-23 12:25:06 +1000
committerQt by Nokia <qt-info@nokia.com>2012-08-23 08:09:55 +0200
commit9e4452598c4f025272dd0e47f69f9f11f54f782f (patch)
tree48cbfe75a5c92ca2a61df9c411464531c7aad3be
parentb8e54fcbd77c13d6db2641dd468f4fa34ed17df0 (diff)
downloadqtlocation-9e4452598c4f025272dd0e47f69f9f11f54f782f.tar.gz
Fix typo
Change-Id: I792b01ca419ed3a55edaac231e2aed23246f0c15 Reviewed-by: Aaron McCarthy <aaron.mccarthy@nokia.com>
-rw-r--r--examples/declarative/places_list/places_list.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/declarative/places_list/places_list.qml b/examples/declarative/places_list/places_list.qml
index 1e8ea9e3..61996f6c 100644
--- a/examples/declarative/places_list/places_list.qml
+++ b/examples/declarative/places_list/places_list.qml
@@ -95,7 +95,7 @@ Rectangle {
Connections {
target: searchModel
onStatusChanged: {
- if (searchModel.status == PlaceSerchModel.Error)
+ if (searchModel.status == PlaceSearchModel.Error)
console.log(searchModel.errorString());
}
}