[Bug 154652] KDateTable::setCustomDatePainting() doesn't do anything
Charles Connell
charles at connells.org
Thu Dec 27 03:34:17 CET 2007
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=154652
------- Additional Comments From charles connells org 2007-12-27 03:34 -------
Created an attachment (id=22694)
--> (http://bugs.kde.org/attachment.cgi?id=22694&action=view)
Fixes bug
The QHash of and QStrings and DatePaintingMode*'s was being misused. Insertion
and deletion functions were generating strings from
KCalendarSystem::formatDate, but the lookup function was using
QDate.toString(). These two different mechanisms produced a different date
format, so every lookup was a miss.
More information about the Kdelibs-bugs
mailing list