summaryrefslogtreecommitdiff
path: root/src/location/declarativemaps/qdeclarativegeoroutemodel_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/location/declarativemaps/qdeclarativegeoroutemodel_p.h')
-rw-r--r--src/location/declarativemaps/qdeclarativegeoroutemodel_p.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/location/declarativemaps/qdeclarativegeoroutemodel_p.h b/src/location/declarativemaps/qdeclarativegeoroutemodel_p.h
index 39fd84d6..d5286cf7 100644
--- a/src/location/declarativemaps/qdeclarativegeoroutemodel_p.h
+++ b/src/location/declarativemaps/qdeclarativegeoroutemodel_p.h
@@ -119,13 +119,13 @@ public:
~QDeclarativeGeoRouteModel();
// From QQmlParserStatus
- void classBegin() {}
- void componentComplete();
+ void classBegin() override {}
+ void componentComplete() override;
// From QAbstractListModel
- int rowCount(const QModelIndex &parent) const;
- QVariant data(const QModelIndex &index, int role) const;
- virtual QHash<int,QByteArray> roleNames() const;
+ int rowCount(const QModelIndex &parent) const override;
+ QVariant data(const QModelIndex &index, int role) const override;
+ QHash<int,QByteArray> roleNames() const override;
void setPlugin(QDeclarativeGeoServiceProvider *plugin);
QDeclarativeGeoServiceProvider *plugin() const;
@@ -308,8 +308,8 @@ public:
~QDeclarativeGeoRouteQuery();
// From QQmlParserStatus
- void classBegin() {}
- void componentComplete();
+ void classBegin() override {}
+ void componentComplete() override;
QGeoRouteRequest routeRequest();
QVariantMap extraParameters();