summaryrefslogtreecommitdiffstats
path: root/src/network/access/qhttpnetworkreply_p.h
diff options
context:
space:
mode:
authorQt Continuous Integration System <qt-info@nokia.com>2010-11-24 11:43:33 (GMT)
committerQt Continuous Integration System <qt-info@nokia.com>2010-11-24 11:43:33 (GMT)
commit59f7146621f23def653629d00a5d4f42c9ddb0da (patch)
tree47705572ef88e3a240c9fd6f9dbf7ab4efa80f92 /src/network/access/qhttpnetworkreply_p.h
parentcaca740ea1219227008c303b5f2fac24af5a62a0 (diff)
parentf89041d97622f0799627ddb23fc94836270f07db (diff)
downloadQt-59f7146621f23def653629d00a5d4f42c9ddb0da.zip
Qt-59f7146621f23def653629d00a5d4f42c9ddb0da.tar.gz
Qt-59f7146621f23def653629d00a5d4f42c9ddb0da.tar.bz2
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integration
* '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1: Fix a missing error-signal when a server is shut down while downloading Ensure that if this is does not have a valid filter when on XP or less HTTP backend: fix build without Qt3 support QNetworkAccessManager: enable synchronous HTTP calls
Diffstat (limited to 'src/network/access/qhttpnetworkreply_p.h')
-rw-r--r--src/network/access/qhttpnetworkreply_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/network/access/qhttpnetworkreply_p.h b/src/network/access/qhttpnetworkreply_p.h
index 3f79d81..9cf805c 100644
--- a/src/network/access/qhttpnetworkreply_p.h
+++ b/src/network/access/qhttpnetworkreply_p.h
@@ -126,6 +126,7 @@ public:
qint64 bytesAvailable() const;
qint64 bytesAvailableNextBlock() const;
QByteArray readAny();
+ QByteArray readAll();
void setDownstreamLimited(bool t);
bool isFinished() const;