Skip to content

Fix usage of Qt::CheckStateRole in preview model

Nicolas Fella requested to merge work/nico/preview-check-state into kf6

Qt::CheckStateRole expects an enum, not a bool

Also set the flag that the item it user checkable, otherwise it can't be changed

BUG: 471999

Merge request reports