From 7e10c3ff8149a8d25431807fe15a73fe40cfdc5b Mon Sep 17 00:00:00 2001 From: Pavel Pisa Date: Tue, 2 Jul 2019 22:28:37 +0200 Subject: Next round of override warning silence from emscripten build. Signed-off-by: Pavel Pisa --- qtmips_gui/cacheview.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'qtmips_gui/cacheview.h') diff --git a/qtmips_gui/cacheview.h b/qtmips_gui/cacheview.h index 0b11a2b..084dd8a 100644 --- a/qtmips_gui/cacheview.h +++ b/qtmips_gui/cacheview.h @@ -48,7 +48,7 @@ class CacheAddressBlock : public QGraphicsObject { public: CacheAddressBlock(const machine::Cache *cache, unsigned width); - QRectF boundingRect() const; + QRectF boundingRect() const override; virtual void paint(QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget) override; @@ -69,7 +69,7 @@ public: CacheViewBlock(const machine::Cache *cache, unsigned block, bool last); ~CacheViewBlock(); - QRectF boundingRect() const; + QRectF boundingRect() const override; void paint(QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget) override; -- cgit v1.2.3