summaryrefslogtreecommitdiffstats
path: root/src/gui
diff options
context:
space:
mode:
authorGunnar Sletta <gunnar@trolltech.com>2009-04-16 11:42:33 (GMT)
committerGunnar Sletta <gunnar@trolltech.com>2009-04-20 08:10:37 (GMT)
commit92d4fc8401a1ef31122804e219a57513e6f37e0a (patch)
tree66a2771572d69d373d720d9de249ea42384733f9 /src/gui
parentfee1423eba48746d46e13c02374249d1760219d7 (diff)
downloadQt-92d4fc8401a1ef31122804e219a57513e6f37e0a.zip
Qt-92d4fc8401a1ef31122804e219a57513e6f37e0a.tar.gz
Qt-92d4fc8401a1ef31122804e219a57513e6f37e0a.tar.bz2
Fix docs for QPixmapCache::setCacheLimit()/cacheLimit()
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/image/qpixmapcache.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/gui/image/qpixmapcache.cpp b/src/gui/image/qpixmapcache.cpp
index 4253f8d..eedb6a3 100644
--- a/src/gui/image/qpixmapcache.cpp
+++ b/src/gui/image/qpixmapcache.cpp
@@ -275,7 +275,8 @@ bool QPixmapCache::insert(const QString &key, const QPixmap &pm)
/*!
Returns the cache limit (in kilobytes).
- The default cache limit is 2048 KB for Embedded, 10240 KB for Desktops.
+ The default cache limit is 2048 KB for Embedded, 10240 KB for
+ Desktops.
\sa setCacheLimit()
*/
@@ -288,7 +289,8 @@ int QPixmapCache::cacheLimit()
/*!
Sets the cache limit to \a n kilobytes.
- The default setting is 1024 kilobytes.
+ The default setting is 2048 KB for Embedded, 10240 KB for
+ Desktops.
\sa cacheLimit()
*/