diff options
Diffstat (limited to 'examples/opengl/hellowindow/hellowindow.h')
| -rw-r--r-- | examples/opengl/hellowindow/hellowindow.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/opengl/hellowindow/hellowindow.h b/examples/opengl/hellowindow/hellowindow.h index b0adecbb10b..f0b8ee8b458 100644 --- a/examples/opengl/hellowindow/hellowindow.h +++ b/examples/opengl/hellowindow/hellowindow.h @@ -13,6 +13,7 @@ public: protected: void mousePressEvent(QMouseEvent *); + void resizeEvent(QResizeEvent *); private slots: void render(); |
