summaryrefslogtreecommitdiffstats
path: root/src/network/ssl/qsslkey.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/network/ssl/qsslkey.cpp')
-rw-r--r--src/network/ssl/qsslkey.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/network/ssl/qsslkey.cpp b/src/network/ssl/qsslkey.cpp
index f86466d8ed..cf62f44855 100644
--- a/src/network/ssl/qsslkey.cpp
+++ b/src/network/ssl/qsslkey.cpp
@@ -322,7 +322,7 @@ QSslKey &QSslKey::operator=(const QSslKey &other)
*/
/*!
- Returns true if this is a null key; otherwise false.
+ Returns \c true if this is a null key; otherwise false.
\sa clear()
*/
@@ -463,7 +463,7 @@ Qt::HANDLE QSslKey::handle() const
}
/*!
- Returns true if this key is equal to \a other; otherwise returns false.
+ Returns \c true if this key is equal to \a other; otherwise returns \c false.
*/
bool QSslKey::operator==(const QSslKey &other) const
{
@@ -484,8 +484,8 @@ bool QSslKey::operator==(const QSslKey &other) const
/*! \fn bool QSslKey::operator!=(const QSslKey &other) const
- Returns true if this key is not equal to key \a other; otherwise
- returns false.
+ Returns \c true if this key is not equal to key \a other; otherwise
+ returns \c false.
*/
#ifndef QT_NO_DEBUG_STREAM