Remove qSort from QCollator docs

Change-Id: I4523b7e4cd2a7f9e07a39e48e8024ceb0d7eb839
Reviewed-by: Robin Burchell <robin+qt@viroteck.net>
This commit is contained in:
Giuseppe D'Angelo 2012-11-02 11:20:39 +01:00 committed by The Qt Project
parent 10f1ca72a9
commit 11b5c54f55

View 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