aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNikita Krupenko <krnekit@gmail.com>2016-04-16 16:23:43 +0300
committerJ-P Nurmi <jpnurmi@theqtcompany.com>2016-04-16 14:14:14 +0000
commit5f6450ffd84e44bd0d66ec4bd0d48349eccc5b76 (patch)
treea9ae19aee62458565b1075d75c495b39ff1e196b
parent4ef2ffe8c594ea2c34e1d87f0dbbc19746348e56 (diff)
Calendar: fix docs
Change-Id: Ia0b2134e4de48ca595d63456586e471c46151ce8 Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
-rw-r--r--src/imports/calendar/qquickcalendarmodel.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/imports/calendar/qquickcalendarmodel.cpp b/src/imports/calendar/qquickcalendarmodel.cpp
index 4084a454..473e43a2 100644
--- a/src/imports/calendar/qquickcalendarmodel.cpp
+++ b/src/imports/calendar/qquickcalendarmodel.cpp
@@ -63,8 +63,8 @@ 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 passed to the methods as is. When
- dealing with dealing with month numbers directly, it is highly recommended
- to use the following enumeration values to avoid confusion.
+ dealing with month numbers directly, it is highly recommended to use the
+ following enumeration values to avoid confusion.
\value Calendar.January January (0)
\value Calendar.February February (1)