Port from qSort to std::sort
ClosedPublic

Authored by ognarb on Nov 23 2019, 12:50 AM.

Details

Summary

qSort is deprecated now and std::sort is availabe since c++11

grep -re "qSort" doesn't contains cpp files anymore

Test Plan

Compile and run. No visible regression

Diff Detail

Repository
R8 Calligra
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
ognarb created this revision.Nov 23 2019, 12:50 AM
Restricted Application added a project: Calligra: 3.0. · View Herald TranscriptNov 23 2019, 12:50 AM
Restricted Application added a subscriber: Calligra-Devel-list. · View Herald Transcript
ognarb requested review of this revision.Nov 23 2019, 12:50 AM
dfaure accepted this revision.Nov 26 2019, 10:36 PM
This revision is now accepted and ready to land.Nov 26 2019, 10:36 PM
This revision was automatically updated to reflect the committed changes.

Thanks for the review :)