summaryrefslogtreecommitdiff
path: root/src/location/places/qplacereview_p.h
diff options
context:
space:
mode:
authorabcd <qt-info@nokia.com>2011-07-18 18:30:40 +1000
committerabcd <qt_abcd1@ovi.com>2011-07-25 09:07:40 +0200
commit323f30661bf08ae12a78756f403e8d6d9af3e7d7 (patch)
treee0ff837c644cd9e50306eace3b7528844e5221f3 /src/location/places/qplacereview_p.h
parent136a47b097810b16972c64b7254da08e15e823aa (diff)
downloadqtlocation-323f30661bf08ae12a78756f403e8d6d9af3e7d7.tar.gz
Integrate changes from qt4-prerelease
This includes changes from c7c17f02b9cb1932dce60083627f01990e950ed5 to 291f466e02045f9b381bded49bda48cf35499297. Mostly the changes are about updating the 'base' object for the declarative elements when they are retrieved. i.e. If a the 'base' GeoLocation was retreived from the declarative geolocation, then this is where fields such as the address and coordinate for the base object are updated. When the address for a declarative geolocation is set, a declarative address is assigned but the base geolocation is not updated at this point. Also there's some changing of types from double to qreal for ratings and scores. Change-Id: Id8e16a977adf30a82927710c4f1e6e6b048f6d0c Reviewed-on: http://codereview.qt.nokia.com/1814 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Aaron McCarthy <aaron.mccarthy@nokia.com> Reviewed-by: abcd <qt_abcd1@ovi.com>
Diffstat (limited to 'src/location/places/qplacereview_p.h')
-rw-r--r--src/location/places/qplacereview_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/location/places/qplacereview_p.h b/src/location/places/qplacereview_p.h
index a5e7a8cc..4eb4e1ab 100644
--- a/src/location/places/qplacereview_p.h
+++ b/src/location/places/qplacereview_p.h
@@ -64,7 +64,7 @@ public:
int helpfulVotings;
QStringList mediaIds;
int unhelpfulVotings;
- double rating;
+ qreal rating;
QString reviewId;
QPlaceSupplier supplier;
QString title;