[Digikam-devel] [Bug 301357] Support incomplete dates (without time, day, month), like TIFF DateTime supports
Marcel Wiesweg
marcel.wiesweg at gmx.de
Fri Jul 20 20:49:00 BST 2012
https://bugs.kde.org/show_bug.cgi?id=301357
--- Comment #6 from Marcel Wiesweg <marcel.wiesweg at gmx.de> ---
I'd expect 1/1 00:00
I'd do it like
DateTime : public QDateTime
{
DateTime(const QDateTime &time) : QDateTime(time) {}
}
and add one member which defines until which field the data is valid (year,
month, day, ...)
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Digikam-devel
mailing list