Calendar: fix docs
Change-Id: Ia0b2134e4de48ca595d63456586e471c46151ce8 Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
This commit is contained in:
parent
4ef2ffe8c5
commit
5f6450ffd8
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue