summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGiuseppe D'Angelo <giuseppe.dangelo@kdab.com>2012-11-02 11:20:39 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-11-16 12:06:49 +0100
commit11b5c54f559dbc86b9f7de4f6deb0f24f7397474 (patch)
tree17c8b405656e47d6477bd5b804ece99f02cd7a88 /src
parent10f1ca72a9cd8ace15e6713a8289edb6633b06ac (diff)
Remove qSort from QCollator docs
Change-Id: I4523b7e4cd2a7f9e07a39e48e8024ceb0d7eb839 Reviewed-by: Robin Burchell <robin+qt@viroteck.net>
Diffstat (limited to 'src')
-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