summaryrefslogtreecommitdiffstats
path: root/src/network/access/qnetworkreplyimpl_p.h
diff options
context:
space:
mode:
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;