Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-34088

Remove internal qSort from QtLocation

    XMLWordPrintable

Details

    Description

      QtAlgorithm was deprecated. Any use of it should be replaced by std algorithms such as std::sort.

      One case of replacing qSort against std::sort was not possible so far. There seem to be subtle behavior differences and the fuzziness of double operations add further differences.

      To suppress the deprecation warning qSort was copied into QtLocation. qSort eventually be replaced by std::sort.

      Attachments

        For Gerrit Dashboard: QTBUG-34088
        # Subject Branch Project Status CR V

        Activity

          People

            paangele Paolo Angelelli
            ablasche Alex Blasche
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes