Skip to content

Do not declare a selectionModel property

David Redondo requested to merge work/davidre/applicationviewqt6 into master

Qt 6.2 added this property to TableView and it is now FINAL so we are not allowed to overwrite it. However we need to bump the import version to use it. The ProcessTable is now back to crashing. BUG:472659

Merge request reports