summaryrefslogtreecommitdiffstats
path: root/src/network/access/qabstractnetworkcache.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/network/access/qabstractnetworkcache.cpp')
-rw-r--r--src/network/access/qabstractnetworkcache.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/network/access/qabstractnetworkcache.cpp b/src/network/access/qabstractnetworkcache.cpp
index 69e0d26a0e..01a5d5d4e1 100644
--- a/src/network/access/qabstractnetworkcache.cpp
+++ b/src/network/access/qabstractnetworkcache.cpp
@@ -158,7 +158,7 @@ QNetworkCacheMetaData &QNetworkCacheMetaData::operator=(const QNetworkCacheMetaD
*/
/*!
- Returns true if this meta data is equal to the \a other meta data; otherwise returns false.
+ Returns \c true if this meta data is equal to the \a other meta data; otherwise returns \c false.
\sa operator!=()
*/
@@ -174,13 +174,13 @@ bool QNetworkCacheMetaData::operator==(const QNetworkCacheMetaData &other) const
/*!
\fn bool QNetworkCacheMetaData::operator!=(const QNetworkCacheMetaData &other) const
- Returns true if this meta data is not equal to the \a other meta data; otherwise returns false.
+ Returns \c true if this meta data is not equal to the \a other meta data; otherwise returns \c false.
\sa operator==()
*/
/*!
- Returns true if this network cache meta data has attributes that have been set otherwise false.
+ Returns \c true if this network cache meta data has attributes that have been set otherwise false.
*/
bool QNetworkCacheMetaData::isValid() const
{