mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-12-31 20:28:22 +03:00
0e421ae415
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. |
||
---|---|---|
.. | ||
qtsingleapplication | ||
app.pri | ||
application.cpp | ||
application.h | ||
CMakeLists.txt | ||
cmdoptions.cpp | ||
cmdoptions.h | ||
filelogger.cpp | ||
filelogger.h | ||
main.cpp | ||
stacktrace.h | ||
stacktrace_win.h | ||
stacktrace_win_dlg.h | ||
stacktrace_win_dlg.ui | ||
upgrade.h |