diff options
author | Markus Goetz <Markus.Goetz@nokia.com> | 2009-07-17 08:53:06 (GMT) |
---|---|---|
committer | Markus Goetz <Markus.Goetz@nokia.com> | 2009-07-17 08:57:27 (GMT) |
commit | d302a3f4738226afd1f3985fe5cb0a75c87da369 (patch) | |
tree | 1c53b2b75f61370ea4e22ca8dc191fdc53ba3846 /src/network | |
parent | 57e3851401b1098ad760073cdbc5d215b791475a (diff) | |
download | Qt-d302a3f4738226afd1f3985fe5cb0a75c87da369.zip Qt-d302a3f4738226afd1f3985fe5cb0a75c87da369.tar.gz Qt-d302a3f4738226afd1f3985fe5cb0a75c87da369.tar.bz2 |
Removed outdated information from QNetworkRequest documentation
Reviewed-by: TrustMe
Diffstat (limited to 'src/network')
-rw-r--r-- | src/network/access/qnetworkrequest.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/network/access/qnetworkrequest.cpp b/src/network/access/qnetworkrequest.cpp index 7e73d58..645cd52 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) |