QCollator: minor API docs grammar fix
Change-Id: I52f3d73e30bd7b0624dfd99a79f0a4ce4becf7de Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
parent
29d3938aa5
commit
42e48b4706
@ -47,7 +47,7 @@ Q_GLOBAL_STATIC(QThreadStorage<GenerationalCollator>, defaultCollator)
|
||||
\ingroup shared
|
||||
|
||||
QCollator is initialized with a QLocale. It can then be used to compare and
|
||||
sort strings in using the ordering appropriate to the locale.
|
||||
sort strings by using the ordering appropriate for that locale.
|
||||
|
||||
A QCollator object can be used together with template-based sorting
|
||||
algorithms, such as std::sort(), to sort a list with QString entries.
|
||||
|
Loading…
Reference in New Issue
Block a user