summaryrefslogtreecommitdiffstats
path: root/src/opengl/gl2paintengineex
diff options
context:
space:
mode:
authorSamuel Rødal <sroedal@trolltech.com>2009-02-17 14:43:05 (GMT)
committerGunnar Sletta <gunnar@trolltech.com>2009-04-01 14:32:49 (GMT)
commit842d514edd0ef6fa8d6e863dfe6ba696b95ba790 (patch)
treecfba6a77e196239341a360015cf20cabf6ca5eb4 /src/opengl/gl2paintengineex
parentafdd536c50ba14ece1db63f5efab0328730f2e26 (diff)
downloadQt-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.cpp2
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