Add a "See also" to link a comment to a Jira ticket

Task-number: QTBUG-112006
Change-Id: Id5d09b8e73d9b10c8a3c857c410e3811711e70f8
Reviewed-by: Mate Barany <mate.barany@qt.io>
Reviewed-by: Ahmad Samir <a.samirh78@gmail.com>
This commit is contained in:
Edward Welbourne 2024-02-26 15:58:38 +01:00
parent 997fd3b88e
commit 399a7f07e6

View File

@ -1426,7 +1426,7 @@ bool QTimeZone::isTimeZoneIdAvailable(const QByteArray &ianaId)
#if defined(Q_OS_UNIX) && !(defined(Q_OS_ANDROID) || defined(Q_OS_DARWIN))
// Keep #if-ery consistent with selection of QTzTimeZonePrivate in
// newBackendTimeZone(). Skip the pre-check, as the TZ backend accepts POSIX
// zone IDs, which need not be valid IANA IDs.
// zone IDs, which need not be valid IANA IDs. See also QTBUG-112006.
#else
// isValidId is not strictly required, but faster to weed out invalid
// IDs as availableTimeZoneIds() may be slow