diff options
author | Samuel Rødal <sroedal@trolltech.com> | 2009-02-17 14:43:05 (GMT) |
---|---|---|
committer | Gunnar Sletta <gunnar@trolltech.com> | 2009-04-01 14:32:49 (GMT) |
commit | 842d514edd0ef6fa8d6e863dfe6ba696b95ba790 (patch) | |
tree | cfba6a77e196239341a360015cf20cabf6ca5eb4 /src/opengl/gl2paintengineex | |
parent | afdd536c50ba14ece1db63f5efab0328730f2e26 (diff) | |
download | Qt-842d514edd0ef6fa8d6e863dfe6ba696b95ba790.zip Qt-842d514edd0ef6fa8d6e863dfe6ba696b95ba790.tar.gz Qt-842d514edd0ef6fa8d6e863dfe6ba696b95ba790.tar.bz2 |
Get rid of warning introduced in the last commit.
Diffstat (limited to 'src/opengl/gl2paintengineex')
-rw-r--r-- | src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp b/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp index 1cc2233..e211f10 100644 --- a/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp +++ b/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp @@ -134,8 +134,8 @@ public: QGL2PaintEngineEx* q; QGLDrawable drawable; - QGLContext *ctx; int width, height; + QGLContext *ctx; // Dirty flags bool matrixDirty; // Implies matrix uniforms are also dirty |