Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
QString: fix premature pessimisation in arg(char-ish)
Instead of converting the char or QChar to a QString, convert them to a QStringView, saving the memory allocation. Pick-to: 5.15 Change-Id: I023712ec00172f1c8570e762817bfc3a95e01125 Reviewed-by: Lars Knoll <[email protected]>
- Loading branch information