From 88bd28f91ebc16093d886b5992eebe11c97cab2c Mon Sep 17 00:00:00 2001 From: Gunnar Sletta Date: Fri, 8 Aug 2014 08:33:37 +0200 Subject: Initialize member. Change-Id: I9ed8d5a7aeb40886bafbd9eb2003e88e5d796cc9 Reviewed-by: Laszlo Agocs --- src/gui/kernel/qopenglcontext_p.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gui/kernel/qopenglcontext_p.h') diff --git a/src/gui/kernel/qopenglcontext_p.h b/src/gui/kernel/qopenglcontext_p.h index 711a3b1b2f..e9907480f2 100644 --- a/src/gui/kernel/qopenglcontext_p.h +++ b/src/gui/kernel/qopenglcontext_p.h @@ -198,6 +198,7 @@ class Q_GUI_EXPORT QOpenGLContextPrivate : public QObjectPrivate public: QOpenGLContextPrivate() : qGLContextHandle(0) + , qGLContextDeleteFunction(0) , platformGLContext(0) , shareContext(0) , shareGroup(0) -- cgit v1.2.3