Skip to content

When sorting to-dos, treat undefined dtDues as later than defined dtDues

If a to-do does not have a defined due datetime ("due sometime before the sun burns out"), an ascending-order sort should place it after any to-do with a set due datetime. As of QT 5.14, invalid QDateTimes compare as less than all valid datetimes.

Merge request reports