summaryrefslogtreecommitdiffstats
path: root/src/network/ssl/qsslerror.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/network/ssl/qsslerror.cpp')
-rw-r--r--src/network/ssl/qsslerror.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/network/ssl/qsslerror.cpp b/src/network/ssl/qsslerror.cpp
index bf75d2e610..07ce66bcbc 100644
--- a/src/network/ssl/qsslerror.cpp
+++ b/src/network/ssl/qsslerror.cpp
@@ -184,7 +184,7 @@ QSslError &QSslError::operator=(const QSslError &other)
/*!
\since 4.4
- Returns true if this error is equal to \a other; otherwise returns false.
+ Returns \c true if this error is equal to \a other; otherwise returns \c false.
*/
bool QSslError::operator==(const QSslError &other) const
{
@@ -196,7 +196,7 @@ bool QSslError::operator==(const QSslError &other) const
\fn bool QSslError::operator!=(const QSslError &other) const
\since 4.4
- Returns true if this error is not equal to \a other; otherwise returns
+ Returns \c true if this error is not equal to \a other; otherwise returns
false.
*/