Codebase list libodsstream / 9d70e5d
fix qdate deprecation message Olivier Langella 1 year, 10 months ago
1 changed file(s) with 1 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
787787 ContentXml::writeCell(const QDate &date, const QString &annotation)
788788 {
789789
790 QDateTime dateTime(date);
791
792 writeCell(dateTime, annotation);
790 writeCell(date.startOfDay(), annotation);
793791 }
794792
795793 void