Commit 54632e0a authored by Paolo Angelelli's avatar Paolo Angelelli
Browse files

Add override to MapPolygonNode/MapPolylineNode::isSubtreeBlocked


Change-Id: I30ffbe559af8cf911a3525b578a875b5dab69c51
Reviewed-by: default avatarLaszlo Agocs <laszlo.agocs@qt.io>
Showing with 2 additions and 2 deletions
......@@ -148,7 +148,7 @@ public:
const QGeoMapItemGeometry *fillShape,
const QGeoMapItemGeometry *borderShape);
bool isSubtreeBlocked() const;
bool isSubtreeBlocked() const override;
private:
QSGFlatColorMaterial fill_material_;
......
......@@ -185,7 +185,7 @@ public:
~MapPolylineNode();
void update(const QColor &fillColor, const QGeoMapItemGeometry *shape);
bool isSubtreeBlocked() const;
bool isSubtreeBlocked() const override;
private:
QSGFlatColorMaterial fill_material_;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment