1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00
qTox/doc
Vincas Dargis eb9b897797 docs(coding): fix string usage guidelines
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.
2017-08-16 22:22:02 +03:00
..
coding_standards.md docs(coding): fix string usage guidelines 2017-08-16 22:22:02 +03:00
user_manual_en.md feat(groups): add option to automatically accept groupchat invites 2017-03-25 21:50:00 +01:00