summaryrefslogtreecommitdiffstats
path: root/src/corelib/time
diff options
context:
space:
mode:
authorEdward Welbourne <edward.welbourne@qt.io>2019-07-26 17:00:10 +0200
committerEdward Welbourne <edward.welbourne@qt.io>2019-07-26 18:34:24 +0200
commit15fd596fdd995754d9e13f6b903dd8693c4f474c (patch)
tree745785e4ab596d1381a55c0c9a3f638a53fc98cb /src/corelib/time
parent84a58e514b080236cb117104fad4b3374115975d (diff)
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>
Diffstat (limited to 'src/corelib/time')
-rw-r--r--src/corelib/time/qdatetime.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/time/qdatetime.cpp b/src/corelib/time/qdatetime.cpp
index b2532be49d..5142d2442c 100644
--- a/src/corelib/time/qdatetime.cpp
+++ b/src/corelib/time/qdatetime.cpp
@@ -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.