summaryrefslogtreecommitdiffstats
path: root/src/network/ssl/qsslcipher.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/network/ssl/qsslcipher.cpp')
-rw-r--r--src/network/ssl/qsslcipher.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/network/ssl/qsslcipher.cpp b/src/network/ssl/qsslcipher.cpp
index b045d2eba9..cdb0ed9063 100644
--- a/src/network/ssl/qsslcipher.cpp
+++ b/src/network/ssl/qsslcipher.cpp
@@ -133,7 +133,7 @@ QSslCipher &QSslCipher::operator=(const QSslCipher &other)
*/
/*!
- Returns true if this cipher is the same as \a other; otherwise,
+ Returns \c true if this cipher is the same as \a other; otherwise,
false is returned.
*/
bool QSslCipher::operator==(const QSslCipher &other) const
@@ -144,12 +144,12 @@ bool QSslCipher::operator==(const QSslCipher &other) const
/*!
\fn bool QSslCipher::operator!=(const QSslCipher &other) const
- Returns true if this cipher is not the same as \a other;
+ Returns \c true if this cipher is not the same as \a other;
otherwise, false is returned.
*/
/*!
- Returns true if this is a null cipher; otherwise returns false.
+ Returns \c true if this is a null cipher; otherwise returns \c false.
*/
bool QSslCipher::isNull() const
{