summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qcollator_p.h
Commit message (Collapse)AuthorAgeFilesLines
* Add proper collation support to QtLars Knoll2012-06-101-0/+124
QString::localeAwareCompare() has always been a broken way to support collation. The current implementation is not even thread safe. This adds a proper collation class that fixes the problems and finally allows Qt to sort properly according to locale rules. The class is private for now, but is intendent to be made public with 5.1 Change-Id: Idb4e75ff68a398c9813af622af884a90898d2be9 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>