summaryrefslogtreecommitdiffstats
path: root/src/corelib/time/qhijricalendar.cpp
diff options
context:
space:
mode:
authorEdward Welbourne <edward.welbourne@qt.io>2019-09-03 15:18:14 +0200
committerEdward Welbourne <edward.welbourne@qt.io>2019-09-04 18:43:35 +0200
commit46ec24d2b9a0fb1d59955f11dab0ead05dd017f9 (patch)
tree552d32c9f7b8d447359771987f25a0fcfa15b764 /src/corelib/time/qhijricalendar.cpp
parent978f579a8c6a6cff3803cc62d4b09c974f476285 (diff)
Rename calendar methods from m{in,ax} to m{in,ax}imum
Words should not be abbreviated. Split a long line and reflowed some comments in the process. Fixes: QTBUG-78008 Change-Id: I52d75409f02e2cecbed3e94d424617ad594c275b Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Diffstat (limited to 'src/corelib/time/qhijricalendar.cpp')
-rw-r--r--src/corelib/time/qhijricalendar.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/time/qhijricalendar.cpp b/src/corelib/time/qhijricalendar.cpp
index 1a1155be6d..9aabe46570 100644
--- a/src/corelib/time/qhijricalendar.cpp
+++ b/src/corelib/time/qhijricalendar.cpp
@@ -102,7 +102,7 @@ int QHijriCalendar::daysInMonth(int month, int year) const
return month % 2 == 0 ? 29 : 30;
}
-int QHijriCalendar::maxDaysInMonth() const
+int QHijriCalendar::maximumDaysInMonth() const
{
return 30;
}