Indicate the limited locale selection in the POSIX backend

Change-Id: I82798de7ff313121144798969eed85c23e852d10
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Reviewed-by: Paul Wicking <paul.wicking@qt.io>
This commit is contained in:
Edward Welbourne 2020-11-27 16:31:10 +01:00
parent 2b7c74d5ff
commit c3ec3edb81

View File

@ -69,8 +69,9 @@ QT_BEGIN_NAMESPACE
In addition to the locale, several optional flags can be set that influence
the result of the collation.
\note All options are ignored on Linux unless Qt is configured to use ICU
(which it usually is).
\note On Linux, Qt is normally compiled to use ICU. When it isn't, all
options are ignored and the only supported locales are the system default
(that \c{setlocale(LC_COLLATE, nullptr)} would report) and the "C" locale.
*/
/*!