Skip to content
Commit debcb7ce authored by Arjen Hiemstra's avatar Arjen Hiemstra
Browse files

Sensors: Port SensorTreeModel to std::map so we can use a custom compare

Currently, the tree ends up being sorted with numbers sorted as
characters. Since the sorting happens in the map, if we want to sort
things differently we need to override the sorting function. QMap does
not support that so use std::map instead with a custom compare object.

BUG: 440310
parent 7a92e830
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