aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMarco A. Piccolino-Boniforti <marco.a.piccolino@gmail.com>2016-11-29 18:59:37 +0100
committerMarco A. Piccolino-Boniforti <marco.a.piccolino@gmail.com>2016-11-30 08:46:38 +0000
commitf6d2a9dd20b3661bea13b73e09c4f0285c1cd67a (patch)
tree48d97faa7b20856d6b33948b647e9f9377085bb6 /src
parentf574ad46bccbe70b0fd36a556f1cafbdcb489504 (diff)
Fix typo in description of qquickcalendar.cpp
Change-Id: I7e21c1aeaa205c1dd4e7985837897899e7a39b11 Reviewed-by: Sami Makkonen <sami.makkonen@qt.io> Reviewed-by: J-P Nurmi <jpnurmi@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/imports/calendar/qquickcalendar.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/imports/calendar/qquickcalendar.cpp b/src/imports/calendar/qquickcalendar.cpp
index b64759f2..cb543012 100644
--- a/src/imports/calendar/qquickcalendar.cpp
+++ b/src/imports/calendar/qquickcalendar.cpp
@@ -51,7 +51,7 @@ QT_BEGIN_NAMESPACE
The Qt Labs Calendar module uses 0-based month numbers to be consistent
with the JavaScript Date type, that is used by the QML language. This
means that \c Date::getMonth() can be assigned to MonthGrid::month and
- WeekNumberColumn::month as is. When dealing with dealing with month numbers
+ WeekNumberColumn::month as is. When dealing with month numbers
directly, it is highly recommended to use the following enumeration values
to avoid confusion.