summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/corelib/tools/qcollator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/tools/qcollator.cpp b/src/corelib/tools/qcollator.cpp
index 97e23a5eb3..838a23e492 100644
--- a/src/corelib/tools/qcollator.cpp
+++ b/src/corelib/tools/qcollator.cpp
@@ -128,7 +128,7 @@ static const char * const collationStrings[collationStringsCount] = {
initialize the collator with the specified values. The collator can then be used to compare
and sort strings in a locale dependent fashion.
- A QCollator object can be used together with template based sorting algorithms such as qSort
+ A QCollator object can be used together with template based sorting algorithms such as std::sort
to sort a list of QStrings.
In addition to the locale and collation strategy, several optional flags can be set that influence