As far as I know, a plenty of methods from QtAlgorithms are marked as
obsolete since Qt 5.2. Regarding qSort() you may refer to official
documentation: http://doc.qt.io/qt-5/qtalgorithms-obsolete.html#qSort.

Also, you may read more about this here:
http://lists.qt-project.org/pipermail/development/2013-September/013122.html

On Fri, Apr 17, 2015 at 1:12 PM, 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.
>
> Best Regards,
>
> Berkay
>
> _______________________________________________
> Interest mailing list
> Interest@qt-project.org
> http://lists.qt-project.org/mailman/listinfo/interest
>
>
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to