diff options
| author | Nico Vertriest <nico.vertriest@qt.io> | 2020-01-15 14:38:14 +0100 |
|---|---|---|
| committer | Nico Vertriest <nico.vertriest@qt.io> | 2020-01-17 12:56:08 +0000 |
| commit | 28f95d4688c28f8c06aa103012c6a00e197db12c (patch) | |
| tree | 059fd07c24b1814171ebab21ddd6c2eaf6bcfa53 /src/corelib/time/qcalendar.cpp | |
| parent | 89312b2eabc86a9de6892778a458b914c9b2b72c (diff) | |
Doc: Fix qdoc compilation errors qtbase
Task-number: QTBUG-79824
Change-Id: I5a39525e3e735415ba96e2d585c5de754deb15de
Reviewed-by: Venugopal Shivashankar <Venugopal.Shivashankar@qt.io>
Diffstat (limited to 'src/corelib/time/qcalendar.cpp')
| -rw-r--r-- | src/corelib/time/qcalendar.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/time/qcalendar.cpp b/src/corelib/time/qcalendar.cpp index 6a4623ce921..9d485f181e7 100644 --- a/src/corelib/time/qcalendar.cpp +++ b/src/corelib/time/qcalendar.cpp @@ -723,7 +723,7 @@ QCalendar::QCalendar(QLatin1String name) QCalendar::QCalendar(QStringView name) : d(QCalendarBackend::fromName(name)) {} -/* +/*! \fn bool QCalendar::isValid() const Returns true if this is a valid calendar object. |
