summaryrefslogtreecommitdiffstats
path: root/src/gui/text/qfontengine.cpp
diff options
context:
space:
mode:
authorMorten Engvoldsen <morten.engvoldsen@nokia.com>2010-09-02 14:24:46 +0200
committerMorten Engvoldsen <morten.engvoldsen@nokia.com>2010-09-02 14:24:46 +0200
commit54796e0d3150df7dd94e715c095c21fb227139ee (patch)
tree28fbc8e03ebe3ad836b7c6ca243213da269f60ac /src/gui/text/qfontengine.cpp
parentad229913fd89aa0a33fb9b37ac96ff63c89a05f8 (diff)
parent9ec7bbcb96149b1ce8a2d62b55c824d71ff292a8 (diff)
Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/qt-doc-team into doc-4.7
Diffstat (limited to 'src/gui/text/qfontengine.cpp')
-rw-r--r--src/gui/text/qfontengine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/text/qfontengine.cpp b/src/gui/text/qfontengine.cpp
index 3f758b1dd2..2c23cbd693 100644
--- a/src/gui/text/qfontengine.cpp
+++ b/src/gui/text/qfontengine.cpp
@@ -721,7 +721,7 @@ void QFontEngine::setGlyphCache(void *key, QFontEngineGlyphCache *data)
return;
// Limit the glyph caches to 4. This covers all 90 degree rotations and limits
- // memory use when there is continous or random rotation
+ // memory use when there is continuous or random rotation
if (m_glyphCaches.size() == 4)
delete m_glyphCaches.takeLast().cache;