summaryrefslogtreecommitdiffstats
path: root/src/network
diff options
context:
space:
mode:
authorMarkus Goetz <Markus.Goetz@nokia.com>2009-07-17 10:53:06 +0200
committerMarkus Goetz <Markus.Goetz@nokia.com>2009-07-17 10:57:27 +0200
commitd302a3f4738226afd1f3985fe5cb0a75c87da369 (patch)
tree1c53b2b75f61370ea4e22ca8dc191fdc53ba3846 /src/network
parent57e3851401b1098ad760073cdbc5d215b791475a (diff)
Removed outdated information from QNetworkRequest documentation
Reviewed-by: TrustMe
Diffstat (limited to 'src/network')
-rw-r--r--src/network/access/qnetworkrequest.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/network/access/qnetworkrequest.cpp b/src/network/access/qnetworkrequest.cpp
index 7e73d581cf..645cd52015 100644
--- a/src/network/access/qnetworkrequest.cpp
+++ b/src/network/access/qnetworkrequest.cpp
@@ -153,9 +153,7 @@ QT_BEGIN_NAMESPACE
future uses. If the value is false, the data obtained will not
be automatically cached. If true, data may be cached, provided
it is cacheable (what is cacheable depends on the protocol
- being used). Note that the default QNetworkAccessManager
- implementation does not support caching, so it will ignore
- this attribute.
+ being used).
\value SourceIsFromCacheAttribute
Replies only, type: QVariant::Bool (default: false)