Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
QLocale(Win): fix pessimizing use of QStringBuilder
Instead of result += QString(string builder expression); forcing a QString creation incl. memory allocation, do result += string builder expression; using the overloaded QString += QStringBuilder operator. Change-Id: I23023c76620fa6bb7bf9f2786c22f6a2ec0d87c2 Reviewed-by: Friedemann Kleint <[email protected]>
- Loading branch information