summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qcollator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/tools/qcollator.cpp')
-rw-r--r--src/corelib/tools/qcollator.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/corelib/tools/qcollator.cpp b/src/corelib/tools/qcollator.cpp
index 7d5915a1cb..a3a9ef940b 100644
--- a/src/corelib/tools/qcollator.cpp
+++ b/src/corelib/tools/qcollator.cpp
@@ -184,7 +184,7 @@ QLocale QCollator::locale() const
/*!
\fn bool QCollator::numericMode() const
- Returns true if numeric sorting is enabled, false otherwise.
+ Returns \c true if numeric sorting is enabled, false otherwise.
\sa setNumericMode()
*/
@@ -202,7 +202,7 @@ QLocale QCollator::locale() const
/*!
\fn bool QCollator::ignorePunctuation() const
- Returns true if punctuation characters and symbols are ignored when determining sort order.
+ Returns \c true if punctuation characters and symbols are ignored when determining sort order.
\sa setIgnorePunctuation()
*/
@@ -303,8 +303,8 @@ QCollatorSortKey& QCollatorSortKey::operator=(const QCollatorSortKey &other)
/*!
\fn bool QCollatorSortKey::operator<(const QCollatorSortKey &otherKey) const
- According to the QCollator that created the key, returns true if the
- key should be sorted before than \a otherKey; otherwise returns false.
+ According to the QCollator that created the key, returns \c true if the
+ key should be sorted before than \a otherKey; otherwise returns \c false.
\sa compare()
*/