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