summaryrefslogtreecommitdiff
path: root/src/plugins/geoservices
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/geoservices')
-rw-r--r--src/plugins/geoservices/nokia/qplacemanagerengine_nokiav2.h30
1 files changed, 15 insertions, 15 deletions
diff --git a/src/plugins/geoservices/nokia/qplacemanagerengine_nokiav2.h b/src/plugins/geoservices/nokia/qplacemanagerengine_nokiav2.h
index 3753c47a..c5088735 100644
--- a/src/plugins/geoservices/nokia/qplacemanagerengine_nokiav2.h
+++ b/src/plugins/geoservices/nokia/qplacemanagerengine_nokiav2.h
@@ -75,33 +75,33 @@ public:
QString *errorString);
~QPlaceManagerEngineNokiaV2();
- QPlaceDetailsReply *getPlaceDetails(const QString &placeId);
+ QPlaceDetailsReply *getPlaceDetails(const QString &placeId) Q_DECL_OVERRIDE;
QPlaceContentReply *getPlaceContent(const QPlaceContentRequest &request) Q_DECL_OVERRIDE;
- QPlaceSearchReply *search(const QPlaceSearchRequest &query);
+ QPlaceSearchReply *search(const QPlaceSearchRequest &query) Q_DECL_OVERRIDE;
- QPlaceSearchSuggestionReply *searchSuggestions(const QPlaceSearchRequest &query);
+ QPlaceSearchSuggestionReply *searchSuggestions(const QPlaceSearchRequest &query) Q_DECL_OVERRIDE;
- QPlaceIdReply *savePlace(const QPlace &place);
- QPlaceIdReply *removePlace(const QString &placeId);
+ QPlaceIdReply *savePlace(const QPlace &place) Q_DECL_OVERRIDE;
+ QPlaceIdReply *removePlace(const QString &placeId) Q_DECL_OVERRIDE;
- QPlaceIdReply *saveCategory(const QPlaceCategory &category, const QString &parentId);
- QPlaceIdReply *removeCategory(const QString &categoryId);
+ QPlaceIdReply *saveCategory(const QPlaceCategory &category, const QString &parentId) Q_DECL_OVERRIDE;
+ QPlaceIdReply *removeCategory(const QString &categoryId) Q_DECL_OVERRIDE;
- QPlaceReply *initializeCategories();
- QString parentCategoryId(const QString &categoryId) const;
- QStringList childCategoryIds(const QString &categoryId) const;
- QPlaceCategory category(const QString &categoryId) const;
- QList<QPlaceCategory> childCategories(const QString &parentId) const;
+ QPlaceReply *initializeCategories() Q_DECL_OVERRIDE;
+ QString parentCategoryId(const QString &categoryId) const Q_DECL_OVERRIDE;
+ QStringList childCategoryIds(const QString &categoryId) const Q_DECL_OVERRIDE;
+ QPlaceCategory category(const QString &categoryId) const Q_DECL_OVERRIDE;
+ QList<QPlaceCategory> childCategories(const QString &parentId) const Q_DECL_OVERRIDE;
- QList<QLocale> locales() const;
- void setLocales(const QList<QLocale> &locales);
+ QList<QLocale> locales() const Q_DECL_OVERRIDE;
+ void setLocales(const QList<QLocale> &locales) Q_DECL_OVERRIDE;
QPlaceIcon icon(const QString &remotePath,
const QList<QPlaceCategory> &categories = QList<QPlaceCategory>()) const;
- QUrl constructIconUrl(const QPlaceIcon &icon, const QSize &size) const;
+ QUrl constructIconUrl(const QPlaceIcon &icon, const QSize &size) const Q_DECL_OVERRIDE;
private:
QNetworkReply *sendRequest(const QUrl &url);