Windows QPA: Fix compilation with QT_NO_OPENGL

Compilation error introduced in 7780ee9e5f

Change-Id: Ia770ca207cdd25bb15c74d681ece391a844791a7
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
This commit is contained in:
Olivier Goffart 2017-02-08 13:55:11 +01:00 committed by Olivier Goffart (Woboq GmbH)
parent 10ecbc4041
commit 9e3a3250e0

View File

@ -48,6 +48,7 @@
#include <vector>
QT_BEGIN_NAMESPACE
#ifndef QT_NO_OPENGL
class QDebug;
@ -228,7 +229,7 @@ private:
GLenum (APIENTRY * m_getGraphicsResetStatus)();
bool m_lost;
};
#endif
QT_END_NAMESPACE
#endif // QWINDOWSGLCONTEXT_H