aboutsummaryrefslogtreecommitdiff
path: root/qtmips_gui/coreview/value.h
diff options
context:
space:
mode:
Diffstat (limited to 'qtmips_gui/coreview/value.h')
-rw-r--r--qtmips_gui/coreview/value.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/qtmips_gui/coreview/value.h b/qtmips_gui/coreview/value.h
index a8c1e76..0db8b59 100644
--- a/qtmips_gui/coreview/value.h
+++ b/qtmips_gui/coreview/value.h
@@ -50,7 +50,7 @@ public:
QChar fillchr = '0', bool frame = true);
QRectF boundingRect() const;
- void paint(QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget);
+ virtual void paint(QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget) override;
public slots:
void value_update(std::uint32_t);