Skip to content

Commit f945ad2

Browse files
committed
missing override
1 parent 5ae2f65 commit f945ad2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

relightlab/verifyview.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class VerifyMarker: public QGraphicsItem {
2424
QPainterPath shape() const override;
2525
QRectF boundingRect() const override;
2626
void paint(QPainter* painter, const QStyleOptionGraphicsItem*, QWidget*) override;
27-
QVariant itemChange(GraphicsItemChange change, const QVariant &value);
27+
QVariant itemChange(GraphicsItemChange change, const QVariant &value) override;
2828
};
2929

3030
class VerifyView: public QGraphicsView {

0 commit comments

Comments
 (0)