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:
parent
10ecbc4041
commit
9e3a3250e0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user