-
Task
-
Resolution: Unresolved
-
P2: Important
-
None
-
None
-
None
-
13
-
Foundation PM Prioritized
We need a form of qHash that generates equal output for equal input, even if the input is in different encodings:
qHash("foo"_L1) == qHash(QStringView(u"foo")) == qHash(u8"foo")
This is currently not the case, and prevents qHash(QAnyStringView).
- is required for
-
QTBUG-103510 Add QAnyStringHash
-
- Open
-