From 15fd596fdd995754d9e13f6b903dd8693c4f474c Mon Sep 17 00:00:00 2001 From: Edward Welbourne Date: Fri, 26 Jul 2019 17:00:10 +0200 Subject: Fix typo: s/QLocal/QLocale/ This amends commit 1d8c9978fa1baafa17c95713bd5d04f245eeb76f in which I perpetrated this typo. Change-Id: Iccfc14aff7c4f3976b92919c8e8dc4b7906642ae Reviewed-by: Marc Mutz Reviewed-by: Paul Wicking --- src/corelib/time/qdatetime.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3