summaryrefslogtreecommitdiffstats
path: root/src/opengl/qpaintengine_opengl_p.h
diff options
context:
space:
mode:
authorRhys Weatherley <rhys.weatherley@nokia.com>2009-09-09 22:35:03 (GMT)
committerRhys Weatherley <rhys.weatherley@nokia.com>2009-09-09 22:35:03 (GMT)
commit2196db60fa75fc559adb1405c1b43858122ff9e7 (patch)
tree06d1ac7f5ff223c28cbffd27db6841af2ae19498 /src/opengl/qpaintengine_opengl_p.h
parentda6cf7f8956bc33b5a20c6e62f75a8de1a2d6af2 (diff)
downloadQt-2196db60fa75fc559adb1405c1b43858122ff9e7.zip
Qt-2196db60fa75fc559adb1405c1b43858122ff9e7.tar.gz
Qt-2196db60fa75fc559adb1405c1b43858122ff9e7.tar.bz2
Compile fix for OpenGL/ES 1.1 systems
Reviewed-by: trustme
Diffstat (limited to 'src/opengl/qpaintengine_opengl_p.h')
-rw-r--r--src/opengl/qpaintengine_opengl_p.h1
1 files changed, 1 insertions, 0 deletions
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
{