Skip to content

ResourcesProxyModel: Merge the two ordering methods into one

ivan tkachenko requested to merge work/ratijas/order-less-than into master

This clarifies the logic behind the algorithm, making it more transparent and comprehensible. Also hopefully fixes subtle bugs because previous two functions were both accounting for flipped sort order slightly differently.

Merge request reports