summaryrefslogtreecommitdiff
path: root/src/location/qgeolocation.h
diff options
context:
space:
mode:
authorabcd <qt-info@nokia.com>2011-07-25 18:30:59 +1000
committerAaron McCarthy <aaron.mccarthy@nokia.com>2011-07-26 04:35:30 +0200
commited171eccc9fcc606e2f923ce5d394dbf195fb9e8 (patch)
tree8239e1c29ecad7777603eb2be62260be667f640b /src/location/qgeolocation.h
parentba173086b432f20f573b0b74d1a2b606e4e2b84f (diff)
downloadqtlocation-ed171eccc9fcc606e2f923ce5d394dbf195fb9e8.tar.gz
Remove locationScore field form QGeoLocation
The location score is meant to represent the quality of data of a location. For end users this isn't very useful. Also the REST API doesn't support the field so remove it. Change-Id: I69e66eaf1a15d09400310d4abb06c45a3f8376ce Reviewed-on: http://codereview.qt.nokia.com/2093 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Aaron McCarthy <aaron.mccarthy@nokia.com>
Diffstat (limited to 'src/location/qgeolocation.h')
-rw-r--r--src/location/qgeolocation.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/location/qgeolocation.h b/src/location/qgeolocation.h
index c39ed94f..2c8c6d46 100644
--- a/src/location/qgeolocation.h
+++ b/src/location/qgeolocation.h
@@ -85,8 +85,6 @@ public:
void setLabel(const QString &label);
QString locationId() const;
void setLocationId(const QString &locationId);
- qreal locationScore() const;
- void setLocationScore(const qreal &score);
QGeoBoundingBox viewport() const;
void setViewport(const QGeoBoundingBox &coordinate);