fixes -Winconsistent-missing-override

This commit is contained in:
wmayer
2018-10-30 13:21:59 +01:00
parent cd34f3d127
commit 2f4b61dacb

View File

@@ -58,7 +58,7 @@ public:
virtual ~QGIDatumLabel() = default;
enum {Type = QGraphicsItem::UserType + 107};
int type() const { return Type;}
int type() const override { return Type;}
virtual QRectF boundingRect() const override;
virtual void mouseReleaseEvent(QGraphicsSceneMouseEvent *event) override;