Remove qualification for Julian calendar
The given qualification was wrong but also not needed in the first place, Fixes: QTBUG-92046 Pick-to: 6.1 5.15 Change-Id: Id28347fee2ef11ffcb0df8320b1025568b59de9c Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>bb10
parent
22c66e12e4
commit
edfab62cb0
|
|
@ -1001,7 +1001,7 @@ const QCalendarBackend *QCalendarBackend::fromEnum(QCalendar::System system)
|
|||
This enumerated type is used to specify a choice of calendar system.
|
||||
|
||||
\value Gregorian The default calendar, used internationally.
|
||||
\value Julian An ancient Roman calendar with too few leap years.
|
||||
\value Julian An ancient Roman calendar.
|
||||
\value Milankovic A revised Julian calendar used by some Orthodox churches.
|
||||
\value Jalali The Solar Hijri calendar (also called Persian).
|
||||
\value IslamicCivil The (tabular) Islamic Civil calendar.
|
||||
|
|
|
|||
Loading…
Reference in New Issue