summaryrefslogtreecommitdiff
path: root/src/location/declarativemaps/qdeclarativepolygonmapitem_p.h
diff options
context:
space:
mode:
authorPaolo Angelelli <paolo.angelelli@qt.io>2018-02-12 10:42:06 +0100
committerPaolo Angelelli <paolo.angelelli@qt.io>2018-02-14 09:26:01 +0000
commit54632e0ad52983df285f1d64d0d4ecb7b0f64260 (patch)
tree3f33692f3cc76bc5299610b2a73ef26ed594c664 /src/location/declarativemaps/qdeclarativepolygonmapitem_p.h
parent3243b07c34328f520293155a7ea0369c1e1bec6c (diff)
downloadqtlocation-54632e0ad52983df285f1d64d0d4ecb7b0f64260.tar.gz
Add override to MapPolygonNode/MapPolylineNode::isSubtreeBlocked
Change-Id: I30ffbe559af8cf911a3525b578a875b5dab69c51 Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>
Diffstat (limited to 'src/location/declarativemaps/qdeclarativepolygonmapitem_p.h')
-rw-r--r--src/location/declarativemaps/qdeclarativepolygonmapitem_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/location/declarativemaps/qdeclarativepolygonmapitem_p.h b/src/location/declarativemaps/qdeclarativepolygonmapitem_p.h
index c49495ab..72bfd856 100644
--- a/src/location/declarativemaps/qdeclarativepolygonmapitem_p.h
+++ b/src/location/declarativemaps/qdeclarativepolygonmapitem_p.h
@@ -148,7 +148,7 @@ public:
const QGeoMapItemGeometry *fillShape,
const QGeoMapItemGeometry *borderShape);
- bool isSubtreeBlocked() const;
+ bool isSubtreeBlocked() const override;
private:
QSGFlatColorMaterial fill_material_;