summaryrefslogtreecommitdiffstats
path: root/examples/widgets/animation/stickman/stickman.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/animation/stickman/stickman.h')
-rw-r--r--examples/widgets/animation/stickman/stickman.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/widgets/animation/stickman/stickman.h b/examples/widgets/animation/stickman/stickman.h
index b5fbd14872..f2311a0358 100644
--- a/examples/widgets/animation/stickman/stickman.h
+++ b/examples/widgets/animation/stickman/stickman.h
@@ -69,8 +69,8 @@ public:
StickMan();
~StickMan();
- virtual QRectF boundingRect() const override;
- virtual void paint(QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget) override;
+ QRectF boundingRect() const override;
+ void paint(QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget) override;
int nodeCount() const;
Node *node(int idx) const;