From 11b5c54f559dbc86b9f7de4f6deb0f24f7397474 Mon Sep 17 00:00:00 2001 From: Giuseppe D'Angelo Date: Fri, 2 Nov 2012 11:20:39 +0100 Subject: Remove qSort from QCollator docs Change-Id: I4523b7e4cd2a7f9e07a39e48e8024ceb0d7eb839 Reviewed-by: Robin Burchell --- src/corelib/tools/qcollator.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/corelib/tools/qcollator.cpp') 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 -- cgit v1.2.3