Fix typo: s/QLocal/QLocale/
This amends commit 1d8c9978fa 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>
bb10
parent
84a58e514b
commit
15fd596fdd
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue