summaryrefslogtreecommitdiffstats
path: root/src/network/access/qnetworkreplyimpl_p.h
diff options
context:
space:
mode:
authorAaron McCarthy <aaron.mccarthy@nokia.com>2010-02-01 03:25:03 (GMT)
committerAaron McCarthy <aaron.mccarthy@nokia.com>2010-02-03 06:58:32 (GMT)
commit72f9a360c5f378092884654257266b4569932336 (patch)
tree71d3ca7d7a29d9bfbddd95d853836c53da4b8a78 /src/network/access/qnetworkreplyimpl_p.h
parent75a0b3e5526b0a6cf01deb60f0dc37b61928206a (diff)
downloadQt-72f9a360c5f378092884654257266b4569932336.zip
Qt-72f9a360c5f378092884654257266b4569932336.tar.gz
Qt-72f9a360c5f378092884654257266b4569932336.tar.bz2
Progress.
Diffstat (limited to 'src/network/access/qnetworkreplyimpl_p.h')
-rw-r--r--src/network/access/qnetworkreplyimpl_p.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/network/access/qnetworkreplyimpl_p.h b/src/network/access/qnetworkreplyimpl_p.h
index 168e5cf..861b2b2 100644
--- a/src/network/access/qnetworkreplyimpl_p.h
+++ b/src/network/access/qnetworkreplyimpl_p.h
@@ -114,7 +114,8 @@ public:
Buffering,
Working,
Finished,
- Aborted
+ Aborted,
+ WaitingForSession
};
typedef QQueue<InternalNotifications> NotificationQueue;