summaryrefslogtreecommitdiffstats
path: root/src/network/access/qnetworkreply.cpp
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@digia.com>2013-10-11 16:12:21 +0200
committerFrederik Gladhorn <frederik.gladhorn@digia.com>2013-10-11 16:12:35 +0200
commitd0eb444a49f6064ecb896f62276e060cd8a4b1e8 (patch)
tree34d8dd637baf665225ada73e76604531cd2c75e5 /src/network/access/qnetworkreply.cpp
parentda0cb32b8ee7cc4a991a59420a411898e63a660e (diff)
parent894f86709080fe8d20875b402adce679963c49c2 (diff)
Merge remote-tracking branch 'origin/stable' into dev
Diffstat (limited to 'src/network/access/qnetworkreply.cpp')
-rw-r--r--src/network/access/qnetworkreply.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/network/access/qnetworkreply.cpp b/src/network/access/qnetworkreply.cpp
index dc42adc6120..ba6f706f7ae 100644
--- a/src/network/access/qnetworkreply.cpp
+++ b/src/network/access/qnetworkreply.cpp
@@ -490,7 +490,7 @@ QNetworkReply::NetworkError QNetworkReply::error() const
/*!
\since 4.6
- Returns true when the reply has finished or was aborted.
+ Returns \c true when the reply has finished or was aborted.
\sa isRunning()
*/
@@ -502,7 +502,7 @@ bool QNetworkReply::isFinished() const
/*!
\since 4.6
- Returns true when the request is still processing and the
+ Returns \c true when the request is still processing and the
reply has not finished or was aborted yet.
\sa isFinished()
@@ -536,7 +536,7 @@ QVariant QNetworkReply::header(QNetworkRequest::KnownHeaders header) const
}
/*!
- Returns true if the raw header of name \a headerName was sent by
+ Returns \c true if the raw header of name \a headerName was sent by
the remote server
\sa rawHeader()