summaryrefslogtreecommitdiffstats
path: root/src/network/access/qnetworkreply.cpp
diff options
context:
space:
mode:
authorAaron McCarthy <aaron.mccarthy@nokia.com>2010-02-10 23:54:14 (GMT)
committerAaron McCarthy <aaron.mccarthy@nokia.com>2010-02-10 23:54:14 (GMT)
commit70fc1c298b957b54d498b518ddf786694d3001cc (patch)
tree6b2ae5bf473f79dfff4c94f8b8077fbb6faab137 /src/network/access/qnetworkreply.cpp
parent024b86bce25511aeb4b0f935e36ec43c52c802ca (diff)
downloadQt-70fc1c298b957b54d498b518ddf786694d3001cc.zip
Qt-70fc1c298b957b54d498b518ddf786694d3001cc.tar.gz
Qt-70fc1c298b957b54d498b518ddf786694d3001cc.tar.bz2
Clarify TemporaryNetworkFailureError docs.
Diffstat (limited to 'src/network/access/qnetworkreply.cpp')
-rw-r--r--src/network/access/qnetworkreply.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/network/access/qnetworkreply.cpp b/src/network/access/qnetworkreply.cpp
index e299b5b..dd5cace 100644
--- a/src/network/access/qnetworkreply.cpp
+++ b/src/network/access/qnetworkreply.cpp
@@ -127,7 +127,8 @@ QNetworkReplyPrivate::QNetworkReplyPrivate()
\value TemporaryNetworkFailureError the connection was broken due
to disconnection from the network, however the system has initiated
- roaming to another access point. The request should be resubmitted.
+ roaming to another access point. The request should be resubmitted
+ and will be processed as soon as the connection is re-established.
\value ProxyConnectionRefusedError the connection to the proxy
server was refused (the proxy server is not accepting requests)