Skip to content

KConfig: preserve the milliseconds component of QDateTime

David Faure requested to merge work/dfaure/save_milliseconds into master

I stored a file's lastModified() into KConfig, to compare with it again on next start, and the loss of milliseconds made the code think the timestamps didn't match, even when they did.

Merge request reports