https://bugs.kde.org/show_bug.cgi?id=473507
Nicolas Fella <nicolas.fe...@gmx.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/libr | |aries/kirigami-addons/-/com | |mit/4b9965d4cf92bde8210845b | |43a9ed33e040663a8 --- Comment #2 from Nicolas Fella <nicolas.fe...@gmx.de> --- Git commit 4b9965d4cf92bde8210845b43a9ed33e040663a8 by Nicolas Fella. Committed on 21/08/2023 at 12:32. Pushed by nicolasfella into branch 'master'. Fix build against Qt > 6.5.3 Our time validator uses a copy of QDateTimeParser That relies on startsWithLocalTimeZone() being exported by something else in Qt, but with Qt > 6.5.3 that's no longer the case Instead QTimezoneParser has its own version with slightly changed API Copy a bit more Qt code to make ours build M +52 -7 src/dateandtime/lib/qdatetimeparser.cpp M +1 -2 src/dateandtime/lib/qdatetimeparser_p.h https://invent.kde.org/libraries/kirigami-addons/-/commit/4b9965d4cf92bde8210845b43a9ed33e040663a8 -- You are receiving this mail because: You are watching all bug changes.