summaryrefslogtreecommitdiffstats
path: root/src/opengl
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2010-04-27 01:55:42 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2010-04-27 01:56:46 (GMT)
commit04a2350db6ef1fffa3c81c747b4474e92d1af70d (patch)
tree588ad47e0bce498d5055e0d88c1c4de5fe7e93ca /src/opengl
parentddc7fcee9c3602bcbb79a6b8538315a633fa3db4 (diff)
downloadQt-04a2350db6ef1fffa3c81c747b4474e92d1af70d.zip
Qt-04a2350db6ef1fffa3c81c747b4474e92d1af70d.tar.gz
Qt-04a2350db6ef1fffa3c81c747b4474e92d1af70d.tar.bz2
Correctly inherit extension properties
Correct a typo that breaks extension properties in some cases.
Diffstat (limited to 'src/opengl')
-rw-r--r--src/opengl/gl2paintengineex/qtextureglyphcache_gl_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/opengl/gl2paintengineex/qtextureglyphcache_gl_p.h b/src/opengl/gl2paintengineex/qtextureglyphcache_gl_p.h
index 04731b1..75c2bb1 100644
--- a/src/opengl/gl2paintengineex/qtextureglyphcache_gl_p.h
+++ b/src/opengl/gl2paintengineex/qtextureglyphcache_gl_p.h
@@ -62,7 +62,7 @@ QT_BEGIN_NAMESPACE
class QGL2PaintEngineExPrivate;
-class QGLTextureGlyphCache : public QObject, public QTextureGlyphCache
+class Q_OPENGL_EXPORT QGLTextureGlyphCache : public QObject, public QTextureGlyphCache
{
Q_OBJECT
public: