summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qlocale.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/tools/qlocale.qdoc')
-rw-r--r--src/corelib/tools/qlocale.qdoc8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/corelib/tools/qlocale.qdoc b/src/corelib/tools/qlocale.qdoc
index a3b38c41f4..aceb130857 100644
--- a/src/corelib/tools/qlocale.qdoc
+++ b/src/corelib/tools/qlocale.qdoc
@@ -907,15 +907,15 @@
/*!
\fn bool QLocale::operator==(const QLocale &other) const
- Returns true if the QLocale object is the same as the \a other
- locale specified; otherwise returns false.
+ Returns \c true if the QLocale object is the same as the \a other
+ locale specified; otherwise returns \c false.
*/
/*!
\fn bool QLocale::operator!=(const QLocale &other) const
- Returns true if the QLocale object is not the same as the \a other
- locale specified; otherwise returns false.
+ Returns \c true if the QLocale object is not the same as the \a other
+ locale specified; otherwise returns \c false.
*/
/*!