Code review comment for lp:~yohanboniface/ubuntu-calendar-app/AgendaView

Revision history for this message
ybon (yohanboniface) wrote :

Thanks all!

> Why do you need cheat the section property? If the section was cast to string you can use the string to convert back
> to a QDateTime object using the "section" property no?

Because items are grouped by section *before* I can do anything on the value, so if I keep passing the raw Date value (including hours, minutes..), then every item event will ends in its own section, which is not what we want.

I'm gonna test our example code and give feedback asap.

« Back to merge proposal