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

Template specialization of qHash for QUuid

XMLWordPrintable

    • 55d68a16aafb93aa15bcdbd78892006777b6067a

      The only way to implement a qHash function for QUuid keys is by converting the QUuid to a QString, which is slow. A specialized qHash implementation that uses the UUID data (possible only on Windows right now by converting to a GUID), or getters for the data, would allow for much faster hash-lookups.

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

            dzyubenk Denis Dzyubenko (Inactive)
            vhilshei Volker Hilsheimer
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes