Skip to content
Commit de9fd630 authored by Sergio Martins's avatar Sergio Martins
Browse files

Fix calendar->item() returning an old item in some cases.

On dataChange() from the ETM, we notify observers and update internal
maps. We should only notify the observers *after* we update the internal
calendar data, otherwise the observer might ask the calendar for the item
and it still has old data.

Improved unit-test.
parent 8d980ee8
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment