Skip to content

Handle when no model is set yet and when the model is changed

Steven Pehrson requested to merge sbp/qttesting:handle-view-without-model into master

When there is no model, there is no selectionModel either. Also when setting the model (or the selectionModel directly) we need to reconnect the selectionModel signals.

Merge request reports