summaryrefslogtreecommitdiffstats
path: root/src/corelib/time/qislamiccivilcalendar_p.h
Commit message (Collapse)AuthorAgeFilesLines
* Add support for the Islamic Civil calendarSoroush Rabiei2019-08-221-0/+76
This has its own locale data, extracted from CLDR. This data may potentially be shared with other variants on the Islamic calendar, so is handled by a separate base-class, QHijriCalendar, on which such variants may base their implementations. [ChangeLog][QtCore][QCalendar] Added support for the Islamic Civil calendar, controlled by feature islamiccivilcalendar, with locale data that can be shared with other implementations, controlled by feature hijricalendar. Fixes: QTBUG-56675 Change-Id: Idf32d3da7034baa8ec5e66ef847e59a8a2f31cbd Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>