diff options
Diffstat (limited to 'examples/animation/stickman/graphicsview.h')
-rw-r--r-- | examples/animation/stickman/graphicsview.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/animation/stickman/graphicsview.h b/examples/animation/stickman/graphicsview.h index 9cf87b6..400e4a6 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: |