diff options
author | Thierry Bastian <thierry.bastian@nokia.com> | 2009-06-09 14:46:18 (GMT) |
---|---|---|
committer | Thierry Bastian <thierry.bastian@nokia.com> | 2009-06-09 14:47:18 (GMT) |
commit | a15cce3256e57464720ea7fe7cf663c973f43c7b (patch) | |
tree | d13a9c9dca30716aece5ffcdb0afbf34292d2dde /src/gui/painting/qtextureglyphcache_p.h | |
parent | 4d7a1cbb060a7fe933f674e1a9ebaa9e81fe2896 (diff) | |
download | Qt-a15cce3256e57464720ea7fe7cf663c973f43c7b.zip Qt-a15cce3256e57464720ea7fe7cf663c973f43c7b.tar.gz Qt-a15cce3256e57464720ea7fe7cf663c973f43c7b.tar.bz2 |
small changes in private headers
Diffstat (limited to 'src/gui/painting/qtextureglyphcache_p.h')
-rw-r--r-- | src/gui/painting/qtextureglyphcache_p.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/painting/qtextureglyphcache_p.h b/src/gui/painting/qtextureglyphcache_p.h index cb5be75..689c091 100644 --- a/src/gui/painting/qtextureglyphcache_p.h +++ b/src/gui/painting/qtextureglyphcache_p.h @@ -121,7 +121,7 @@ protected: }; -class Q_GUI_EXPORT QImageTextureGlyphCache : public QTextureGlyphCache +class QImageTextureGlyphCache : public QTextureGlyphCache { public: QImageTextureGlyphCache(QFontEngineGlyphCache::Type type, const QTransform &matrix) |