Skip to content

WIP: KF6 KCompletionMatches: don't inherit from KSortableList

Ahmad Samir requested to merge work/ahmad/sortable into master

Instead of inheritance, use a private vector container, and the class is the API used to talk to it. This is more robust than making the class inherit from KSortableList.

Merge request reports