summaryrefslogtreecommitdiffstats
path: root/src/gui/text/qfontengineglyphcache_p.h
diff options
context:
space:
mode:
authorThierry Bastian <thierry.bastian@nokia.com>2009-06-09 14:46:18 (GMT)
committerThierry Bastian <thierry.bastian@nokia.com>2009-06-09 14:47:18 (GMT)
commita15cce3256e57464720ea7fe7cf663c973f43c7b (patch)
treed13a9c9dca30716aece5ffcdb0afbf34292d2dde /src/gui/text/qfontengineglyphcache_p.h
parent4d7a1cbb060a7fe933f674e1a9ebaa9e81fe2896 (diff)
downloadQt-a15cce3256e57464720ea7fe7cf663c973f43c7b.zip
Qt-a15cce3256e57464720ea7fe7cf663c973f43c7b.tar.gz
Qt-a15cce3256e57464720ea7fe7cf663c973f43c7b.tar.bz2
small changes in private headers
Diffstat (limited to 'src/gui/text/qfontengineglyphcache_p.h')
-rw-r--r--src/gui/text/qfontengineglyphcache_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/text/qfontengineglyphcache_p.h b/src/gui/text/qfontengineglyphcache_p.h
index 8589cc6..ca67e3f 100644
--- a/src/gui/text/qfontengineglyphcache_p.h
+++ b/src/gui/text/qfontengineglyphcache_p.h
@@ -72,7 +72,7 @@
QT_BEGIN_NAMESPACE
-class Q_GUI_EXPORT QFontEngineGlyphCache
+class QFontEngineGlyphCache
{
public:
QFontEngineGlyphCache(const QTransform &matrix) : m_transform(matrix) { }
@@ -83,7 +83,7 @@ public:
Raster_Mono
};
- virtual ~QFontEngineGlyphCache();
+ virtual ~QFontEngineGlyphCache() { }
QTransform m_transform;
};