summaryrefslogtreecommitdiffstats
path: root/src/network
diff options
context:
space:
mode:
Diffstat (limited to 'src/network')
-rw-r--r--src/network/access/qhttp.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/network/access/qhttp.cpp b/src/network/access/qhttp.cpp
index 115c48d7d1..f2b24221fe 100644
--- a/src/network/access/qhttp.cpp
+++ b/src/network/access/qhttp.cpp
@@ -1853,11 +1853,6 @@ qint64 QHttp::bytesAvailable() const
return qint64(d->rba.size());
}
-/*! \fn qint64 QHttp::readBlock(char *data, quint64 maxlen)
-
- Use read() instead.
-*/
-
/*!
Reads \a maxlen bytes from the response content into \a data and
returns the number of bytes read. Returns -1 if an error occurred.