Closed pradlol closed 1 month ago
Please also replace what @sergeyy32 commented on, plus, there are a few usages in qztest that still emit a warning.
Also, consider QTimeZone::utc()
Otherwise lgtm.
@cen1, @sergeyy32, thanks for review. fixed your comments.
there is another small question indirectly related to this PR: the readme mentions Qt4, is it still supported? just as far as I can see, Qt4 doesn't have QTimeZone class, and the test code in the develop branch uses it.
Looking good.
Qt4 is most likely broken at this point in time.
Considering all active projects are transitioning from Qt5 to Qt6 and there is only legacy software using Qt4 (which can simply use an old quazip release) the most likely result will be that Qt4 will be removed as supported version in the future.
this change fix compilation warnings with Qt version 6.8
issue: #207