From 2196db60fa75fc559adb1405c1b43858122ff9e7 Mon Sep 17 00:00:00 2001 From: Rhys Weatherley Date: Thu, 10 Sep 2009 08:35:03 +1000 Subject: Compile fix for OpenGL/ES 1.1 systems Reviewed-by: trustme --- src/opengl/qpaintengine_opengl_p.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/opengl/qpaintengine_opengl_p.h b/src/opengl/qpaintengine_opengl_p.h index 13299da..c8f460a 100644 --- a/src/opengl/qpaintengine_opengl_p.h +++ b/src/opengl/qpaintengine_opengl_p.h @@ -58,6 +58,7 @@ QT_BEGIN_NAMESPACE class QOpenGLPaintEnginePrivate; +class QGLTexture; class QOpenGLPaintEngineState : public QPainterState { -- cgit v0.12