From b68d0688feb7b01eca91b33566887200de7fc89a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20R=C3=B8dal?= Date: Thu, 28 Apr 2011 13:50:07 +0200 Subject: Add resize event support to QWindow. (cherry picked from commit 12b4e7e5a2b18cdd23f540821e1f2785f62b0b9a) --- examples/opengl/hellowindow/hellowindow.h | 1 + 1 file changed, 1 insertion(+) (limited to 'examples/opengl/hellowindow/hellowindow.h') diff --git a/examples/opengl/hellowindow/hellowindow.h b/examples/opengl/hellowindow/hellowindow.h index b0adecbb10..f0b8ee8b45 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(); -- cgit v1.2.3