diff options
author | Gunnar Sletta <gunnar@trolltech.com> | 2009-04-16 11:42:33 (GMT) |
---|---|---|
committer | Gunnar Sletta <gunnar@trolltech.com> | 2009-04-20 08:10:37 (GMT) |
commit | 92d4fc8401a1ef31122804e219a57513e6f37e0a (patch) | |
tree | 66a2771572d69d373d720d9de249ea42384733f9 /src/gui/image | |
parent | fee1423eba48746d46e13c02374249d1760219d7 (diff) | |
download | Qt-92d4fc8401a1ef31122804e219a57513e6f37e0a.zip Qt-92d4fc8401a1ef31122804e219a57513e6f37e0a.tar.gz Qt-92d4fc8401a1ef31122804e219a57513e6f37e0a.tar.bz2 |
Fix docs for QPixmapCache::setCacheLimit()/cacheLimit()
Diffstat (limited to 'src/gui/image')
-rw-r--r-- | src/gui/image/qpixmapcache.cpp | 6 |
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() */ |