summaryrefslogtreecommitdiff
path: root/src/location/places/qplacesearchresult.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/location/places/qplacesearchresult.h')
-rw-r--r--src/location/places/qplacesearchresult.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/location/places/qplacesearchresult.h b/src/location/places/qplacesearchresult.h
index 132599cc..52d0bfd0 100644
--- a/src/location/places/qplacesearchresult.h
+++ b/src/location/places/qplacesearchresult.h
@@ -72,8 +72,7 @@ public:
enum SearchResultType {
UnknownSearchResult = 0,
- PlaceResult,
- CorrectionResult
+ PlaceResult
};
qreal distance() const;
@@ -85,9 +84,6 @@ public:
QPlace place() const;
void setPlace(const QPlace &place);
- QString correction() const;
- void setCorrection(const QString &correction);
-
bool isSponsored() const;
void setSponsored(bool sponsored);