aboutsummaryrefslogtreecommitdiff
path: root/qtmips_gui/coreview/and.h
diff options
context:
space:
mode:
Diffstat (limited to 'qtmips_gui/coreview/and.h')
-rw-r--r--qtmips_gui/coreview/and.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/qtmips_gui/coreview/and.h b/qtmips_gui/coreview/and.h
index 0d5b957..1ad28a0 100644
--- a/qtmips_gui/coreview/and.h
+++ b/qtmips_gui/coreview/and.h
@@ -47,7 +47,7 @@ public:
And(unsigned size = 2);
~And();
- QRectF boundingRect() const;
+ QRectF boundingRect() const override;
virtual void paint(QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget) override;
void setPos(qreal x, qreal y);