Skip to content
Commit ac3e1df0 authored by David Faure's avatar David Faure Committed by Allen Winter
Browse files

KTimeZoneComboBox: fix support for floating events

12:00 my time can be either
 * floating if timeSpec() == Qt::LocalTime
 * non-floating if timeSpec() == Qt::TimeZone (in which case the system timezone is set)

KTimeZoneComboBox didn't distinguish the two, returning systemTimeZone()
in both cases. This commit adds new API that works with QDateTimes so
that the combo can read/write both timeSpec() and timeZone().
parent be61ef9d
Pipeline #146238 passed with stage
in 1 minute and 8 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment