We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ae2f65 commit f945ad2Copy full SHA for f945ad2
relightlab/verifyview.h
@@ -24,7 +24,7 @@ class VerifyMarker: public QGraphicsItem {
24
QPainterPath shape() const override;
25
QRectF boundingRect() const override;
26
void paint(QPainter* painter, const QStyleOptionGraphicsItem*, QWidget*) override;
27
- QVariant itemChange(GraphicsItemChange change, const QVariant &value);
+ QVariant itemChange(GraphicsItemChange change, const QVariant &value) override;
28
};
29
30
class VerifyView: public QGraphicsView {
0 commit comments