On 17 April 2015 at 12:12, Berkay Elbir <berkayel...@gmail.com> wrote: > Hello All, > > I want to ask a question to you to be certain. Is void qsort() function > obsolete? Should we use std::sort instead of this function? Because I have a > priority list and need to sort it.
yes, it is recommended to use std::sort. _______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest