summaryrefslogtreecommitdiffstats
path: root/src/network/access/qnetworkreplyhttpimpl_p.h
diff options
context:
space:
mode:
authorMaks Naumov <maksqwe1@ukr.net>2014-09-06 17:43:30 +0300
committerMaks Naumov <maksqwe1@ukr.net>2014-09-09 19:21:05 +0200
commit8db7e476995cfd567e126c3254c68d010e758d79 (patch)
treed963301ea8eee988a8f1fb243910dba49c2f926d /src/network/access/qnetworkreplyhttpimpl_p.h
parent5042145dd97e425710194f064ed0796d91a0d259 (diff)
QNetworkReply: move "State" enum declaration into QNetworkReplyPrivate
Change-Id: If63a029a7a7ef84fc1b4b73f5bab495992ea7e02 Reviewed-by: Peter Hartmann <phartmann@blackberry.com>
Diffstat (limited to 'src/network/access/qnetworkreplyhttpimpl_p.h')
-rw-r--r--src/network/access/qnetworkreplyhttpimpl_p.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/network/access/qnetworkreplyhttpimpl_p.h b/src/network/access/qnetworkreplyhttpimpl_p.h
index 06a5383ae4..b7de947a29 100644
--- a/src/network/access/qnetworkreplyhttpimpl_p.h
+++ b/src/network/access/qnetworkreplyhttpimpl_p.h
@@ -160,16 +160,6 @@ public:
static QHttpNetworkRequest::Priority convert(const QNetworkRequest::Priority& prio);
- enum State {
- Idle, // The reply is idle.
- Buffering, // The reply is buffering outgoing data.
- Working, // The reply is uploading/downloading data.
- Finished, // The reply has finished.
- Aborted, // The reply has been aborted.
- WaitingForSession, // The reply is waiting for the session to open before connecting.
- Reconnecting // The reply will reconnect to once roaming has completed.
- };
-
QNetworkReplyHttpImplPrivate();
~QNetworkReplyHttpImplPrivate();