summaryrefslogtreecommitdiffstats
path: root/src/corelib/time/qromancalendar_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/time/qromancalendar_p.h')
-rw-r--r--src/corelib/time/qromancalendar_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/time/qromancalendar_p.h b/src/corelib/time/qromancalendar_p.h
index ea2f9d01f0..49efb3df89 100644
--- a/src/corelib/time/qromancalendar_p.h
+++ b/src/corelib/time/qromancalendar_p.h
@@ -60,7 +60,7 @@ class Q_CORE_EXPORT QRomanCalendar : public QCalendarBackend
public:
// date queries:
int daysInMonth(int month, int year = QCalendar::Unspecified) const override;
- int minDaysInMonth() const override;
+ int minimumDaysInMonth() const override;
// properties of the calendar
bool isLunar() const override;
bool isLuniSolar() const override;