diff options
author | Rhys Weatherley <rhys.weatherley@nokia.com> | 2009-09-09 22:35:03 (GMT) |
---|---|---|
committer | Rhys Weatherley <rhys.weatherley@nokia.com> | 2009-09-09 22:35:03 (GMT) |
commit | 2196db60fa75fc559adb1405c1b43858122ff9e7 (patch) | |
tree | 06d1ac7f5ff223c28cbffd27db6841af2ae19498 | |
parent | da6cf7f8956bc33b5a20c6e62f75a8de1a2d6af2 (diff) | |
download | Qt-2196db60fa75fc559adb1405c1b43858122ff9e7.zip Qt-2196db60fa75fc559adb1405c1b43858122ff9e7.tar.gz Qt-2196db60fa75fc559adb1405c1b43858122ff9e7.tar.bz2 |
Compile fix for OpenGL/ES 1.1 systems
Reviewed-by: trustme
-rw-r--r-- | src/opengl/qpaintengine_opengl_p.h | 1 |
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 { |