diff options
author | Rhys Weatherley <rhys.weatherley@nokia.com> | 2009-09-13 23:23:49 (GMT) |
---|---|---|
committer | Rhys Weatherley <rhys.weatherley@nokia.com> | 2009-09-13 23:23:49 (GMT) |
commit | 6b401a8f426c089714c656b2ccfd334d3cbe3280 (patch) | |
tree | 176d29b84b9503e5e8c46ea789656c9296d81347 /src/opengl/qgl_p.h | |
parent | d622f5db9a81959227145603643a89208d77f611 (diff) | |
download | Qt-6b401a8f426c089714c656b2ccfd334d3cbe3280.zip Qt-6b401a8f426c089714c656b2ccfd334d3cbe3280.tar.gz Qt-6b401a8f426c089714c656b2ccfd334d3cbe3280.tar.bz2 |
QGLWidget::fontDisplayListBase() is not supported under OpenGL/ES
Update documentation and #ifdef out the implementation.
Reviewed-by: trustme
Diffstat (limited to 'src/opengl/qgl_p.h')
-rw-r--r-- | src/opengl/qgl_p.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/opengl/qgl_p.h b/src/opengl/qgl_p.h index fdd28a4..57b40fb 100644 --- a/src/opengl/qgl_p.h +++ b/src/opengl/qgl_p.h @@ -196,7 +196,9 @@ public: bool autoSwap; QGLColormap cmap; +#ifndef QT_OPENGL_ES QMap<QString, int> displayListCache; +#endif bool disable_clear_on_painter_begin; |