summaryrefslogtreecommitdiffstats
path: root/src/network
diff options
context:
space:
mode:
authorFlorian Bruhin <git@the-compiler.org>2015-11-04 08:16:57 +0100
committerFlorian Bruhin <qt-project.org@the-compiler.org>2015-12-10 13:42:37 +0000
commit2223d4a368057106443dbe276bbccb5478b8f0a1 (patch)
treef8cde9f693b963ed7f2e01dca40ac500384b9402 /src/network
parentca3933f90d770fe4ea080fe12311793262aae751 (diff)
doc: Remove wrong statement about cache filenames.
The cache actually generates paths like "http/data8/f/lr9un1so.d". Change-Id: Ie564494a241c3d1c87b2f0f17b42bd0349948640 Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@theqtcompany.com> Reviewed-by: Marc Mutz <marc.mutz@kdab.com> Reviewed-by: Andy Shaw <andy.shaw@theqtcompany.com>
Diffstat (limited to 'src/network')
-rw-r--r--src/network/access/qnetworkdiskcache.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/network/access/qnetworkdiskcache.cpp b/src/network/access/qnetworkdiskcache.cpp
index 3f705450dd..1d87d63f5d 100644
--- a/src/network/access/qnetworkdiskcache.cpp
+++ b/src/network/access/qnetworkdiskcache.cpp
@@ -67,8 +67,7 @@ QT_BEGIN_NAMESPACE
QNetworkDiskCache stores each url in its own file inside of the
cacheDirectory using QDataStream. Files with a text MimeType
- are compressed using qCompress. Each cache file starts with "cache_"
- and ends in ".cache". Data is written to disk only in insert()
+ are compressed using qCompress. Data is written to disk only in insert()
and updateMetaData().
Currently you cannot share the same cache files with more than