summaryrefslogtreecommitdiffstats
path: root/src/network/socket/qhttpsocketengine.cpp
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2009-09-02 00:19:08 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2009-09-02 00:19:08 (GMT)
commit8eb8ff349daa8915cf9823e5228ec2ccf2460b15 (patch)
treee9e0f2027516cbd24756021cdf8d19700dcc302a /src/network/socket/qhttpsocketengine.cpp
parent7d566bc4eb5b5e47b48f28012fed24109a8dd735 (diff)
parentb52bfac9d05de835682b9c2b2e1d79e0246e708a (diff)
downloadQt-8eb8ff349daa8915cf9823e5228ec2ccf2460b15.zip
Qt-8eb8ff349daa8915cf9823e5228ec2ccf2460b15.tar.gz
Qt-8eb8ff349daa8915cf9823e5228ec2ccf2460b15.tar.bz2
Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
Diffstat (limited to 'src/network/socket/qhttpsocketengine.cpp')
-rw-r--r--src/network/socket/qhttpsocketengine.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/network/socket/qhttpsocketengine.cpp b/src/network/socket/qhttpsocketengine.cpp
index bb0915a..9ef92e1 100644
--- a/src/network/socket/qhttpsocketengine.cpp
+++ b/src/network/socket/qhttpsocketengine.cpp
@@ -752,6 +752,7 @@ QHttpSocketEnginePrivate::QHttpSocketEnginePrivate()
, readNotificationPending(false)
, writeNotificationPending(false)
, connectionNotificationPending(false)
+ , pendingResponseData(0)
{
socket = 0;
state = QHttpSocketEngine::None;