summaryrefslogtreecommitdiffstats
path: root/examples/widgets/animation/stickman/graphicsview.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/animation/stickman/graphicsview.h')
-rw-r--r--examples/widgets/animation/stickman/graphicsview.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/widgets/animation/stickman/graphicsview.h b/examples/widgets/animation/stickman/graphicsview.h
index 4b9b8fc028..56396bb780 100644
--- a/examples/widgets/animation/stickman/graphicsview.h
+++ b/examples/widgets/animation/stickman/graphicsview.h
@@ -61,7 +61,7 @@ public:
GraphicsView(QWidget *parent = 0);
protected:
- virtual void resizeEvent(QResizeEvent *event) override;
+ void resizeEvent(QResizeEvent *event) override;
void keyPressEvent(QKeyEvent *) override;
signals: