diff options
author | abcd <qt-info@nokia.com> | 2011-10-13 19:17:45 +1000 |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2011-10-14 03:44:58 +0200 |
commit | e8eef19963340225a9fc46b9a3b010cfac56ffc2 (patch) | |
tree | a5df24deda0efdb127574c10f8b4814599e22056 /src/imports/location/location.cpp | |
parent | 51bc2527eb58d9dbf4127e23acdd07fa042272b0 (diff) | |
download | qtlocation-e8eef19963340225a9fc46b9a3b010cfac56ffc2.tar.gz |
QMl PlaceIcon element should've been named Icon
Change-Id: I9f223944bd1b9629a2ca6781fd4312470a5eeca7
Reviewed-on: http://codereview.qt-project.org/6590
Reviewed-by: Aaron McCarthy <aaron.mccarthy@nokia.com>
Diffstat (limited to 'src/imports/location/location.cpp')
-rw-r--r-- | src/imports/location/location.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/imports/location/location.cpp b/src/imports/location/location.cpp index bfc0e571..875f8edc 100644 --- a/src/imports/location/location.cpp +++ b/src/imports/location/location.cpp @@ -131,7 +131,7 @@ public: qmlRegisterType<QDeclarativeGeoLocation>(uri, 5, 0, "Location"); qmlRegisterType<QDeclarativePlaceImageModel>(uri, 5, 0, "ImageModel"); qmlRegisterType<QDeclarativePlace>(uri, 5, 0, "Place"); - qmlRegisterType<QDeclarativePlaceIcon>(uri, 5, 0, "PlaceIcon"); + qmlRegisterType<QDeclarativePlaceIcon>(uri, 5, 0, "Icon"); qmlRegisterType<QDeclarativeRating>(uri, 5, 0, "Rating"); qmlRegisterType<QDeclarativeReviewModel>(uri, 5, 0, "ReviewModel"); qmlRegisterType<QDeclarativeSupplier>(uri, 5, 0, "Supplier"); |