Skip to content

setHeaderGroup() changes the column count and filterAcceptsColumn()

David Faure requested to merge work/dfaure/missing-reset into release/23.08

but it didn't tell the QSFPM base class, which still had the old column count in it.value()->source_columns, so index() for the new columns would fail.

Caught by installing a QAbstractItemModelTester in EntityMimeTypeFilterModel and starting korganizer.

Edited by David Faure

Merge request reports