D6767: do not keep constructing new selectionmodels

2017-07-18 Thread David Edmundson
davidedmundson requested changes to this revision. davidedmundson added a comment. This revision now requires changes to proceed. QAIV creates a new selectionModel whenever we call setModel. (qabstractitemview.cpp:762) So you're right this is at best, a bit pointlesss, but the fix isn't r

D6767: do not keep constructing new selectionmodels

2017-07-18 Thread Harald Sitter
sitter created this revision. Restricted Application added a project: Frameworks. Restricted Application added a subscriber: Frameworks. REVISION SUMMARY simply change its underlying model after it has been initialized once. ideally I suppose instead of changing the model at all we should h