Skip to content

Small changes in Radical

Albert Astals Cid requested to merge work/aacid/small_radical_changes into master

Remove the operator< and add an explicit compareIndices function that makes it clear what we're sorting by

Make Radical inherit privately from QString so that operator < from QString doesn't break the explicitless of compareIndices we just introduced

Merge request reports