Fix typo: s/QLocal/QLocale/

This amends commit 1d8c9978fa1baafa17c95713bd5d04f245eeb76f in which I
perpetrated this typo.

Change-Id: Iccfc14aff7c4f3976b92919c8e8dc4b7906642ae
Reviewed-by: Marc Mutz <marc.mutz@kdab.com>
Reviewed-by: Paul Wicking <paul.wicking@qt.io>
This commit is contained in:
Edward Welbourne 2019-07-26 17:00:10 +02:00
parent 84a58e514b
commit 15fd596fdd

View File

@ -349,7 +349,7 @@ static constexpr int daysInUsualMonth(int month) // (February isn't usual.)
The year(), month(), and day() functions provide access to the year, month,
and day numbers. Also, dayOfWeek() and dayOfYear() functions are
provided. The same information is provided in textual format by
toString(). The day and month numbers can be mapped to names using QLocal.
toString(). The day and month numbers can be mapped to names using QLocale.
QDate provides a full set of operators to compare two QDate
objects where smaller means earlier, and larger means later.