From 475d1ed4f6a21686828fbd018542b469a8b2dbcd Mon Sep 17 00:00:00 2001 From: Gunnar Sletta Date: Thu, 21 Feb 2013 11:16:58 +0100 Subject: Remove resize hook from QSGRenderLoop, exposureChanged is enough. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit After much back and forth, I think we have settled on the right approach in QtGui, which is that resizeEvent is pretty much useless as the action happens on the following exposeEvent(). Change-Id: I5e87bda89853907d041f56acf9a2895e540c41f0 Reviewed-by: Samuel Rødal --- src/quick/scenegraph/qsgthreadedrenderloop_p.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/quick/scenegraph/qsgthreadedrenderloop_p.h') diff --git a/src/quick/scenegraph/qsgthreadedrenderloop_p.h b/src/quick/scenegraph/qsgthreadedrenderloop_p.h index 63b2b442e6..aab0e8726f 100644 --- a/src/quick/scenegraph/qsgthreadedrenderloop_p.h +++ b/src/quick/scenegraph/qsgthreadedrenderloop_p.h @@ -69,8 +69,6 @@ public: QImage grab(QQuickWindow *); - void resize(QQuickWindow *, const QSize &); - void update(QQuickWindow *window); void maybeUpdate(QQuickWindow *window); QSGContext *sceneGraphContext() const; -- cgit v1.2.3