Skip to content

applets/kickoff: Disable reusing items

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

Together with switching models of the view like kickoff does reusing delegates confuses Qt. Debugging the a wrong entry reveals that the 'model' property inside the delegate and the required properties still refer to the previous model. BUG:445512 FIXED-IN:6.0.4

Merge request reports