summaryrefslogtreecommitdiffstats
path: root/src/corelib/time/qcalendar.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/time/qcalendar.cpp')
-rw-r--r--src/corelib/time/qcalendar.cpp9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/corelib/time/qcalendar.cpp b/src/corelib/time/qcalendar.cpp
index 1f4eab3275..63f55f0a05 100644
--- a/src/corelib/time/qcalendar.cpp
+++ b/src/corelib/time/qcalendar.cpp
@@ -203,8 +203,15 @@ QCalendar::System QCalendarBackend::calendarSystem() const
}
/*!
+ \fn QString QCalendarBackend::name() const;
+
+ This pure virtual method should be overloaded by each backend implementation
+ to return the name that the backend passes to the base-class as its name.
+*/
+
+/*!
The primary name of this calendar.
- */
+*/
QString QCalendar::name() const
{
return d ? d->name() : QString();