Remove qSort from QCollator docs
authorGiuseppe D'Angelo <giuseppe.dangelo@kdab.com>
Fri, 2 Nov 2012 10:20:39 +0000 (11:20 +0100)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Fri, 16 Nov 2012 11:06:49 +0000 (12:06 +0100)
Change-Id: I4523b7e4cd2a7f9e07a39e48e8024ceb0d7eb839
Reviewed-by: Robin Burchell <robin+qt@viroteck.net>
src/corelib/tools/qcollator.cpp

index 97e23a5..838a23e 100644 (file)
@@ -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