Skip to content

Commit

Permalink
Add a "See also" to link a comment to a Jira ticket
Browse files Browse the repository at this point in the history
Task-number: QTBUG-112006
Change-Id: Id5d09b8e73d9b10c8a3c857c410e3811711e70f8
Reviewed-by: Mate Barany <[email protected]>
Reviewed-by: Ahmad Samir <[email protected]>
  • Loading branch information
ediosyncratic committed Mar 1, 2024
1 parent 997fd3b commit 399a7f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/corelib/time/qtimezone.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 399a7f0

Please sign in to comment.