Details
-
Epic
-
Resolution: Unresolved
-
P2: Important
-
None
-
None
-
None
-
QAnyStringView
Description
There are three target levels here, which should be tackled in order.
- no-brainers like fromString() named (or normal) constructors, which never store the string
- functions like JSON/CBOR/settings index operators, QRegularExpression, but also{{QPainter::drawText()}}, which do not primarily store the string, so don't participate in QString's implicit sharing
- functions which primarily store a string