summaryrefslogtreecommitdiff
path: root/src/location/maps/qgeocodingmanagerengine.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/location/maps/qgeocodingmanagerengine.h')
-rw-r--r--src/location/maps/qgeocodingmanagerengine.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/location/maps/qgeocodingmanagerengine.h b/src/location/maps/qgeocodingmanagerengine.h
index 49069dd5..d4a4451f 100644
--- a/src/location/maps/qgeocodingmanagerengine.h
+++ b/src/location/maps/qgeocodingmanagerengine.h
@@ -77,10 +77,6 @@ public:
const QGeoBoundingArea &bounds);
-
- bool supportsGeocoding() const;
- bool supportsReverseGeocoding() const;
-
void setLocale(const QLocale &locale);
QLocale locale() const;
@@ -88,10 +84,6 @@ Q_SIGNALS:
void finished(QGeocodeReply* reply);
void error(QGeocodeReply* reply, QGeocodeReply::Error error, QString errorString = QString());
-protected:
- void setSupportsGeocoding(bool supported);
- void setSupportsReverseGeocoding(bool supported);
-
private:
void setManagerName(const QString &managerName);
void setManagerVersion(int managerVersion);