summaryrefslogtreecommitdiffstats
path: root/src/network/access/qnetworkreplyimpl_p.h
diff options
context:
space:
mode:
authorAaron McCarthy <aaron.mccarthy@nokia.com>2010-02-04 06:55:05 (GMT)
committerAaron McCarthy <aaron.mccarthy@nokia.com>2010-02-08 07:45:34 (GMT)
commitdc5350f9325eb0daef6550e7a6ff14a82d030d63 (patch)
treedc5d87cdd63688e9cefe2161a32d10bfa593adac /src/network/access/qnetworkreplyimpl_p.h
parent68d510148615b5fb4d3b6ce5faa516c110c53d58 (diff)
downloadQt-dc5350f9325eb0daef6550e7a6ff14a82d030d63.zip
Qt-dc5350f9325eb0daef6550e7a6ff14a82d030d63.tar.gz
Qt-dc5350f9325eb0daef6550e7a6ff14a82d030d63.tar.bz2
Migrate in progress http downloads.
Diffstat (limited to 'src/network/access/qnetworkreplyimpl_p.h')
-rw-r--r--src/network/access/qnetworkreplyimpl_p.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/network/access/qnetworkreplyimpl_p.h b/src/network/access/qnetworkreplyimpl_p.h
index 861b2b2..9de16e6 100644
--- a/src/network/access/qnetworkreplyimpl_p.h
+++ b/src/network/access/qnetworkreplyimpl_p.h
@@ -115,7 +115,8 @@ public:
Working,
Finished,
Aborted,
- WaitingForSession
+ WaitingForSession,
+ Reconnecting
};
typedef QQueue<InternalNotifications> NotificationQueue;
@@ -162,6 +163,8 @@ public:
QIODevice *copyDevice;
QAbstractNetworkCache *networkCache() const;
+ void migrateBackend();
+
bool cacheEnabled;
QIODevice *cacheSaveDevice;
@@ -178,6 +181,7 @@ public:
qint64 bytesDownloaded;
qint64 lastBytesDownloaded;
qint64 bytesUploaded;
+ qint64 preMigrationDownloaded;
QString httpReasonPhrase;
int httpStatusCode;