Skip to content
Commit c925a526 authored by Carl Schwan's avatar Carl Schwan 🚴
Browse files

Fix crashes in incidenceoccurrencemodel

The cause for these crashes is that the QPersistentModelIndex get
invalided at some point and then the row is -1 which is invalid.
This is probably caused by bugs somewhere in ETMCalendar.

The previous code which tried to only update part of the model,
which in theory should be faster was wrong since a dataChanged on the
source model could result in less or more entry due to the recurrence
rules changing or in a different hash due to the start or end date
changing.

BUG: 466063
parent 701e197b
Pipeline #385214 failed with stage
in 6 minutes and 42 seconds
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