aboutsummaryrefslogtreecommitdiff
path: root/qtmips_gui/coreview/adder.h
diff options
context:
space:
mode:
Diffstat (limited to 'qtmips_gui/coreview/adder.h')
-rw-r--r--qtmips_gui/coreview/adder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/qtmips_gui/coreview/adder.h b/qtmips_gui/coreview/adder.h
index e7488f9..4b938a9 100644
--- a/qtmips_gui/coreview/adder.h
+++ b/qtmips_gui/coreview/adder.h
@@ -48,7 +48,7 @@ public:
Adder();
~Adder();
- QRectF boundingRect() const;
+ QRectF boundingRect() const override;
virtual void paint(QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget) override;
void setPos(qreal x, qreal y);