summaryrefslogtreecommitdiffstats
path: root/src/network
diff options
context:
space:
mode:
authorartoka <arto.katajasalo@digia.com>2011-12-13 10:06:14 (GMT)
committerQt Commercial Integration <QtCommercial@digia.com>2012-01-31 10:25:07 (GMT)
commit3e42111e96e18fd60ec6d6b8b386c2f4a4b401ac (patch)
treef1a207c1347398428a886857a5c3c3f2ab4e5d84 /src/network
parent8392eebfdacdcb7d318e786eafffc2d48db77bcc (diff)
downloadQt-3e42111e96e18fd60ec6d6b8b386c2f4a4b401ac.zip
Qt-3e42111e96e18fd60ec6d6b8b386c2f4a4b401ac.tar.gz
Qt-3e42111e96e18fd60ec6d6b8b386c2f4a4b401ac.tar.bz2
Various qt documentation fixes (wk 40&41)
Fixes for bugs: QTBUG-21067, QTBUG-17025, QTBUG-11489, QTBUG-20069, QTBUG-3563, QTBUG-20089, QTBUG-13983, QTBUG-11820, QTBUG-14732, QTBUG-14521, QTBUG-9675, QTBUG-18313, QTBUG-18313, QTBUG-11312, QTBUG-17739, QTBUG-7678, QTBUG-14759, QTBUG-14756, QTBUG-14677, QTBUG-16164, QTBUG-20721, QTBUG-15562, QTBUG-17029 and QTBUG-18544.
Diffstat (limited to 'src/network')
-rw-r--r--src/network/access/qnetworkdiskcache.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/network/access/qnetworkdiskcache.cpp b/src/network/access/qnetworkdiskcache.cpp
index 9d91a8f..7410d4c 100644
--- a/src/network/access/qnetworkdiskcache.cpp
+++ b/src/network/access/qnetworkdiskcache.cpp
@@ -453,7 +453,7 @@ void QNetworkDiskCache::updateMetaData(const QNetworkCacheMetaData &metaData)
}
/*!
- Returns the current maximum size for the disk cache.
+ Returns the current maximum size in bytes for the disk cache.
\sa setMaximumCacheSize()
*/
@@ -464,7 +464,7 @@ qint64 QNetworkDiskCache::maximumCacheSize() const
}
/*!
- Sets the maximum size of the disk cache to be \a size.
+ Sets the maximum size of the disk cache to be \a size in bytes.
If the new size is smaller then the current cache size then the cache will call expire().