Skip to content

TodoModel: deprecate setCalendar() and remove dependency on ETMCalendar

Daniel Vrátil requested to merge work/dvratil/todo-model-no-etmcalendar into master

Everything the model needs can be obtained directly from the source model, which is always the same ETM as the one the ETMCalendar is based on, just maybe with a few more lines of code.

This is a necessary step to allow porting EventViews away from depending on ETMCalendar.

Merge request reports