Skip to content
Commit 7c0f8516 authored by Isaac True's avatar Isaac True Committed by Christoph Feck
Browse files

Implement sorting of the device tree items

This patch fixes the issue of processor numbers not being sorted in human-readable order.

It overloads the < operator on the SolDevice class to implement sorting by process number and sorting by storage volume names (as they
should go, e.g.: sda, sda1, sda2...).

BUG: 380355

Reviewed by: cfeck, davidedmundson

Differential Revision: https://phabricator.kde.org/D7155
parent ed7850ba
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment