summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/corelib/text/qcollator.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/corelib/text/qcollator.cpp b/src/corelib/text/qcollator.cpp
index 46bd64daf51..d1bf8258aeb 100644
--- a/src/corelib/text/qcollator.cpp
+++ b/src/corelib/text/qcollator.cpp
@@ -268,7 +268,7 @@ bool QCollator::numericMode() const
}
/*!
- Control whether punctuation and symbols are ignored when collating.
+ Ignores punctuation and symbols if \a on is \c true, attends to them if \c false.
\sa ignorePunctuation()
*/
@@ -282,7 +282,7 @@ void QCollator::setIgnorePunctuation(bool on)
}
/*!
- Indicates whether punctuation and symbols are ignored when collating.
+ Returns whether punctuation and symbols are ignored when collating.
When \c true, strings are compared as if all punctuation and symbols were
removed from each string.