summaryrefslogtreecommitdiffstats
path: root/src/network/access
diff options
context:
space:
mode:
authorDavid Boddie <david.boddie@nokia.com>2010-09-08 16:45:43 (GMT)
committerDavid Boddie <david.boddie@nokia.com>2010-09-08 16:45:43 (GMT)
commit13192187f96554277ffdae40f5117682041b3556 (patch)
tree2fac93a289374b5a6d3938d41284d59ad6f90e4b /src/network/access
parent12ce7c10968cc8c3e27e70f7f228a9f60390d488 (diff)
parent4c8ea0c920d99dcf0d0decc04597da7b521f2e9c (diff)
downloadQt-13192187f96554277ffdae40f5117682041b3556.zip
Qt-13192187f96554277ffdae40f5117682041b3556.tar.gz
Qt-13192187f96554277ffdae40f5117682041b3556.tar.bz2
Merge commit 'refs/merge-requests/2464' of git://gitorious.org/qt/qt into integration
Diffstat (limited to 'src/network/access')
-rw-r--r--src/network/access/qnetworkreply.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/network/access/qnetworkreply.cpp b/src/network/access/qnetworkreply.cpp
index c8b8c1f..261ed20 100644
--- a/src/network/access/qnetworkreply.cpp
+++ b/src/network/access/qnetworkreply.cpp
@@ -283,9 +283,6 @@ QNetworkReplyPrivate::QNetworkReplyPrivate()
The upload is finished when \a bytesSent is equal to \a
bytesTotal. At that time, \a bytesTotal will not be -1.
- This signal is suitable to connecting to QProgressBar::setValue()
- to update the QProgressBar that provides user feedback.
-
\sa downloadProgress()
*/
@@ -306,9 +303,6 @@ QNetworkReplyPrivate::QNetworkReplyPrivate()
The download is finished when \a bytesReceived is equal to \a
bytesTotal. At that time, \a bytesTotal will not be -1.
- This signal is suitable to connecting to QProgressBar::setValue()
- to update the QProgressBar that provides user feedback.
-
Note that the values of both \a bytesReceived and \a bytesTotal
may be different from size(), the total number of bytes
obtained through read() or readAll(), or the value of the