summaryrefslogtreecommitdiffstats
path: root/src/gui/text/qfontengineglyphcache_p.h
diff options
context:
space:
mode:
authorThierry Bastian <thierry.bastian@nokia.com>2009-06-09 16:46:18 +0200
committerThierry Bastian <thierry.bastian@nokia.com>2009-06-09 16:47:18 +0200
commita15cce3256e57464720ea7fe7cf663c973f43c7b (patch)
treed13a9c9dca30716aece5ffcdb0afbf34292d2dde /src/gui/text/qfontengineglyphcache_p.h
parent4d7a1cbb060a7fe933f674e1a9ebaa9e81fe2896 (diff)
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 8589cc68de..ca67e3ff4f 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;
};