From a8aa3dc5c71ffeaafd0df60cfabf2779cf4daadc Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Tue, 27 Feb 2018 14:10:50 +0100 Subject: QDate/Time,QTimeZone: Fix empty documentation section titles Change-Id: I674c4bb1805a7f7bc95512b07b0278446ebe7772 Reviewed-by: Martin Smith --- src/corelib/tools/qdatetime.cpp | 7 +++---- src/corelib/tools/qtimezone.cpp | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) (limited to 'src') diff --git a/src/corelib/tools/qdatetime.cpp b/src/corelib/tools/qdatetime.cpp index df5e4e44e4..49e7173de0 100644 --- a/src/corelib/tools/qdatetime.cpp +++ b/src/corelib/tools/qdatetime.cpp @@ -357,7 +357,7 @@ static int fromOffsetString(const QStringRef &offsetString, bool *valid) Q_DECL_ there are in this date's month and year, respectively. The isLeapYear() function indicates whether a date is in a leap year. - \section1 + \section1 Remarks \section2 No Year 0 @@ -3047,7 +3047,7 @@ inline qint64 QDateTimePrivate::zoneMSecsToEpochMSecs(qint64 zoneMSecs, const QT \note QDateTime does not account for leap seconds. - \section1 + \section1 Remarks \section2 No Year 0 @@ -3065,8 +3065,7 @@ inline qint64 QDateTimePrivate::zoneMSecsToEpochMSecs(qint64 zoneMSecs, const QT extreme values that you do not overflow the storage. The exact range of supported values varies depending on the Qt::TimeSpec and time zone. - \section2 - Use of System Timezone + \section2 Use of System Timezone QDateTime uses the system's time zone information to determine the offset of local time from UTC. If the system is not configured diff --git a/src/corelib/tools/qtimezone.cpp b/src/corelib/tools/qtimezone.cpp index 65c304bcf7..daa7dc1531 100644 --- a/src/corelib/tools/qtimezone.cpp +++ b/src/corelib/tools/qtimezone.cpp @@ -139,7 +139,7 @@ Q_GLOBAL_STATIC(QTimeZoneSingleton, global_tz); \note For consistency with QDateTime, QTimeZone does not account for leap seconds. - \section1 + \section1 Remarks \section2 IANA Time Zone IDs -- cgit v1.2.3