summaryrefslogtreecommitdiffstats
path: root/src/network/access/qnetworkreplyimpl_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/qnetworkreplyimpl_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/qnetworkreplyimpl_p.h')
-rw-r--r--src/network/access/qnetworkreplyimpl_p.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/network/access/qnetworkreplyimpl_p.h b/src/network/access/qnetworkreplyimpl_p.h
index 9edc0f6b59..3340dcc91e 100644
--- a/src/network/access/qnetworkreplyimpl_p.h
+++ b/src/network/access/qnetworkreplyimpl_p.h
@@ -118,16 +118,6 @@ public:
NotifyCopyFinished
};
- 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.
- };
-
typedef QQueue<InternalNotifications> NotificationQueue;
QNetworkReplyImplPrivate();