summaryrefslogtreecommitdiffstats
path: root/src/network/access/qhttpmultipart.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/network/access/qhttpmultipart.cpp')
-rw-r--r--src/network/access/qhttpmultipart.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/network/access/qhttpmultipart.cpp b/src/network/access/qhttpmultipart.cpp
index 5985ed94e0..20860b0fc9 100644
--- a/src/network/access/qhttpmultipart.cpp
+++ b/src/network/access/qhttpmultipart.cpp
@@ -134,7 +134,7 @@ QHttpPart &QHttpPart::operator=(const QHttpPart &other)
*/
/*!
- Returns true if this object is the same as \a other (i.e., if they
+ Returns \c true if this object is the same as \a other (i.e., if they
have the same headers and body).
\sa operator!=()
@@ -147,7 +147,7 @@ bool QHttpPart::operator==(const QHttpPart &other) const
/*!
\fn bool QHttpPart::operator!=(const QHttpPart &other) const
- Returns true if this object is not the same as \a other.
+ Returns \c true if this object is not the same as \a other.
\sa operator==()
*/