From 633fdc73289157e0b7cbfaef3a3d1aba1a1472e7 Mon Sep 17 00:00:00 2001 From: abcd Date: Mon, 12 Sep 2011 16:14:32 +1000 Subject: Remove MatchType The MatchType is not provided by the REST API Change-Id: If1149b1e0b934dde90468dacaabe82ee11995295 Reviewed-on: http://codereview.qt-project.org/5211 Reviewed-by: Qt Sanity Bot Reviewed-by: Aaron McCarthy --- src/location/places/qplacesearchresult.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/location/places/qplacesearchresult.h') diff --git a/src/location/places/qplacesearchresult.h b/src/location/places/qplacesearchresult.h index 5bc9f8ad..d2bd44d1 100644 --- a/src/location/places/qplacesearchresult.h +++ b/src/location/places/qplacesearchresult.h @@ -68,12 +68,6 @@ public: return !(other == *this); } - enum LocationMatchType { - PointAddress, - Interpolated, - UndefinedLocationMatch - }; - enum SearchResultType { Place, DidYouMeanSuggestion, @@ -89,9 +83,6 @@ public: qreal heading() const; void setHeading(const qreal &heading); - LocationMatchType matchType() const; - void setMatchType(const LocationMatchType &matchType); - QVariantHash additionalData() const; void setAdditionalData(const QVariantHash &data); -- cgit v1.2.1