Browse Source
Avoid temporary string allocations. They are only used to convert to something else. QString::xxxRef() returns a QStringRef. QStringRef avoids the memory allocation and reference counting overhead of a standard QString by simply referencing a part of the original string.adaptive-webui-19844
Luís Pereira
7 years ago
2 changed files with 3 additions and 3 deletions
Loading…
Reference in new issue