From 399a7f07e6f2cbee4c955e16b729b2d3dc0e670b Mon Sep 17 00:00:00 2001 From: Edward Welbourne Date: Mon, 26 Feb 2024 15:58:38 +0100 Subject: [PATCH] Add a "See also" to link a comment to a Jira ticket Task-number: QTBUG-112006 Change-Id: Id5d09b8e73d9b10c8a3c857c410e3811711e70f8 Reviewed-by: Mate Barany Reviewed-by: Ahmad Samir --- src/corelib/time/qtimezone.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/corelib/time/qtimezone.cpp b/src/corelib/time/qtimezone.cpp index a5eaa569318..558cb53a08d 100644 --- a/src/corelib/time/qtimezone.cpp +++ b/src/corelib/time/qtimezone.cpp @@ -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