summaryrefslogtreecommitdiffstats
path: root/src/opengl/gl2paintengineex/qtextureglyphcache_gl.cpp
diff options
context:
space:
mode:
authorTrond Kjernåsen <trond.kjernasen@nokia.com>2010-07-02 15:55:49 (GMT)
committerTrond Kjernåsen <trond.kjernasen@nokia.com>2010-07-02 15:55:49 (GMT)
commit21158f7b31b6053b4c704f434f3f480328a0ba65 (patch)
tree05b45e3683f88a86eeb5d186bcebb142889c2657 /src/opengl/gl2paintengineex/qtextureglyphcache_gl.cpp
parent6f0597a198912628c52f22ece63cb5d169dcaed2 (diff)
downloadQt-21158f7b31b6053b4c704f434f3f480328a0ba65.zip
Qt-21158f7b31b6053b4c704f434f3f480328a0ba65.tar.gz
Qt-21158f7b31b6053b4c704f434f3f480328a0ba65.tar.bz2
Initialize pex.
This got lost in a conflict resolving session.
Diffstat (limited to 'src/opengl/gl2paintengineex/qtextureglyphcache_gl.cpp')
-rw-r--r--src/opengl/gl2paintengineex/qtextureglyphcache_gl.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/opengl/gl2paintengineex/qtextureglyphcache_gl.cpp b/src/opengl/gl2paintengineex/qtextureglyphcache_gl.cpp
index b4dc4fa..9ce5d55 100644
--- a/src/opengl/gl2paintengineex/qtextureglyphcache_gl.cpp
+++ b/src/opengl/gl2paintengineex/qtextureglyphcache_gl.cpp
@@ -55,6 +55,7 @@ extern Q_GUI_EXPORT bool qt_cleartype_enabled;
QGLTextureGlyphCache::QGLTextureGlyphCache(const QGLContext *context, QFontEngineGlyphCache::Type type, const QTransform &matrix)
: QImageTextureGlyphCache(type, matrix)
, ctx(0)
+ , pex(0)
{
#ifdef QT_GL_TEXTURE_GLYPH_CACHE_DEBUG
qDebug(" -> QGLTextureGlyphCache() %p for context %p.", this, ctx);