mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
eb9b897797
Update docs to recommend using `%` operator with `QLatin1String` even for joining two strings (not only *more than two* strings). Mentioned optimisation of "lightweight" QLatin1String copying-and-converting-to-utf16 when appending only works with QStringBuilder (operator %). Otherwise, QLatin1String will be converted to QString, and only then copied (appended), which is slower. |
||
---|---|---|
.. | ||
coding_standards.md | ||
user_manual_en.md |