Use stable sort to ensure we don't randomly reorder items

Authored by mwolff on Apr 17 2018, 11:58 AM.

Description

Use stable sort to ensure we don't randomly reorder items

When you searched for CMakeLists.txt by typing each char one
after another, the result list "flickered" due to the random
order for items with the same relevance. Instead, use stable_sort
to prevent this flickering.

Details

Committed
mwolffApr 17 2018, 11:58 AM
Parents
R32:a98b60b03d79: Port away from deprecated KDeclarative API
Branches
Unknown
Tags
Unknown