summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMarkus Goetz <Markus.Goetz@nokia.com>2009-07-14 14:36:31 (GMT)
committerMarkus Goetz <Markus.Goetz@nokia.com>2009-07-14 15:19:36 (GMT)
commita37c2d34a53f1cfcaf1dba1ff9c7175f72e75095 (patch)
tree0128396094473154aa7a6b78b43c164c1289f8e1 /src
parent5a2027850cd476046143f70d19a7fc07b76d46e7 (diff)
downloadQt-a37c2d34a53f1cfcaf1dba1ff9c7175f72e75095.zip
Qt-a37c2d34a53f1cfcaf1dba1ff9c7175f72e75095.tar.gz
Qt-a37c2d34a53f1cfcaf1dba1ff9c7175f72e75095.tar.bz2
QNetworkReply: Add isFinished() method documentation improvement
Diffstat (limited to 'src')
-rw-r--r--src/network/access/qnetworkreply.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/network/access/qnetworkreply.cpp b/src/network/access/qnetworkreply.cpp
index e55c202..e807d29 100644
--- a/src/network/access/qnetworkreply.cpp
+++ b/src/network/access/qnetworkreply.cpp
@@ -442,6 +442,8 @@ QNetworkReply::NetworkError QNetworkReply::error() const
}
/*!
+ \since 4.6
+
Returns true when the reply has finished or was aborted.
\sa isRunning()
@@ -452,6 +454,8 @@ bool QNetworkReply::isFinished() const
}
/*!
+ \since 4.6
+
Returns true when the request is still processing and the
reply has not finished or was aborted yet.