Skip to content

Simplify KFileItemModel's sorting

Christian Muehlhaeuser requested to merge muesli/dolphin:simplify-sorting into master

Returns from function as soon as we encounter a decisive comparison, while ensuring the fallbacks provide a stable sorting. Added comment to clarify the situation.

Merge request reports