summaryrefslogtreecommitdiff
path: root/src/location/declarativemaps/qdeclarativegeomapitembase_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/location/declarativemaps/qdeclarativegeomapitembase_p.h')
-rw-r--r--src/location/declarativemaps/qdeclarativegeomapitembase_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/location/declarativemaps/qdeclarativegeomapitembase_p.h b/src/location/declarativemaps/qdeclarativegeomapitembase_p.h
index 61a67f59..2d2a842c 100644
--- a/src/location/declarativemaps/qdeclarativegeomapitembase_p.h
+++ b/src/location/declarativemaps/qdeclarativegeomapitembase_p.h
@@ -106,7 +106,7 @@ public:
void setLodThreshold(int lt);
unsigned int zoomForLOD(int zoom) const;
- QSGNode *updatePaintNode(QSGNode *, UpdatePaintNodeData *);
+ QSGNode *updatePaintNode(QSGNode *, UpdatePaintNodeData *) override;
virtual QSGNode *updateMapItemPaintNode(QSGNode *, UpdatePaintNodeData *);
QGeoMap::ItemType itemType() const;
@@ -144,7 +144,7 @@ protected Q_SLOTS:
protected:
float zoomLevelOpacity() const;
- bool childMouseEventFilter(QQuickItem *item, QEvent *event);
+ bool childMouseEventFilter(QQuickItem *item, QEvent *event) override;
bool isPolishScheduled() const;
virtual void setMaterialDirty();