summaryrefslogtreecommitdiffstats
path: root/src/network/access/qnetworkreply_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/network/access/qnetworkreply_p.h')
-rw-r--r--src/network/access/qnetworkreply_p.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/network/access/qnetworkreply_p.h b/src/network/access/qnetworkreply_p.h
index 66d8c9d527..3b3bb3dfa4 100644
--- a/src/network/access/qnetworkreply_p.h
+++ b/src/network/access/qnetworkreply_p.h
@@ -70,8 +70,6 @@ public:
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.
};
QNetworkReplyPrivate();