Skip to content
Verified Commit 9e739ee4 authored by Daniel Vrátil's avatar Daniel Vrátil 🤖
Browse files

Reset AttendeeTableModel when settings attendees

Reset the model instead of emitting layoutChanged, because setting
attendees may actually result in different number of rows in the model
than before, which should not happen during layout change. This seems
to have mostly worked, but caused crash inside QSortFilterProxyModel
when the number of rows have actually changed (most likely connected
to the trailing empty row).

BUG: 428888
FIXED-IN: 23.08.3
parent b58296b6
Pipeline #506441 passed with stage
in 1 minute
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