summaryrefslogtreecommitdiffstats
path: root/src/network/access/qnetworkreply.h
diff options
context:
space:
mode:
authorAaron McCarthy <aaron.mccarthy@nokia.com>2010-01-28 01:27:49 (GMT)
committerAaron McCarthy <aaron.mccarthy@nokia.com>2010-02-03 06:57:42 (GMT)
commitdf551752b7f430ab44bb1dd2ad0aa8c2a5187ef8 (patch)
treee314f8cad85765d52669a6778610c3377dd9ef9f /src/network/access/qnetworkreply.h
parent2149a313e671b22382828b58d2520807a5a061e1 (diff)
downloadQt-df551752b7f430ab44bb1dd2ad0aa8c2a5187ef8.zip
Qt-df551752b7f430ab44bb1dd2ad0aa8c2a5187ef8.tar.gz
Qt-df551752b7f430ab44bb1dd2ad0aa8c2a5187ef8.tar.bz2
Bearer Management Integration.
Perform application level roaming when all pending QNetworkReplys have completed. Emit temporary network failure error when connection to network is lost but is possibly recovering due to roaming. Don't save downloads in cache if they are not complete.
Diffstat (limited to 'src/network/access/qnetworkreply.h')
-rw-r--r--src/network/access/qnetworkreply.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/network/access/qnetworkreply.h b/src/network/access/qnetworkreply.h
index 5be4cce..b39557a 100644
--- a/src/network/access/qnetworkreply.h
+++ b/src/network/access/qnetworkreply.h
@@ -77,6 +77,7 @@ public:
TimeoutError,
OperationCanceledError,
SslHandshakeFailedError,
+ TemporaryNetworkFailureError,
UnknownNetworkError = 99,
// proxy errors (101-199):