I should be able to mix Dates and DateTimes
Summary: Eric wants to be able to sort on _modTime
for some Things, and an explicit Date
for others.
The problem is that the QDate and QDateTime don't mutually coerce. This is pretty easy to fix so that you can mix them freely.