- Removed explicit handling of invalid cells in favour of NaN, QString() (null
string) and QDateTime() (invalid date/time). The advantage is a reduction in complexity (fewer methods) as well as that if some calculations yields an undefined/invalid result, you can simply return the approriate invalid value instead of having to make sure that isInvalid() returns true for these cells.
Showing