Initialize member.

Change-Id: I9ed8d5a7aeb40886bafbd9eb2003e88e5d796cc9
Reviewed-by: Laszlo Agocs <laszlo.agocs@digia.com>
This commit is contained in:
Gunnar Sletta 2014-08-08 08:33:37 +02:00
parent e8150576cd
commit 88bd28f91e

View File

@ -198,6 +198,7 @@ class Q_GUI_EXPORT QOpenGLContextPrivate : public QObjectPrivate
public: public:
QOpenGLContextPrivate() QOpenGLContextPrivate()
: qGLContextHandle(0) : qGLContextHandle(0)
, qGLContextDeleteFunction(0)
, platformGLContext(0) , platformGLContext(0)
, shareContext(0) , shareContext(0)
, shareGroup(0) , shareGroup(0)