qBittorrent/src/app
Luís Pereira 0e421ae415 Don't create temporary substrings
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.
2018-02-26 11:39:36 +00:00
..
qtsingleapplication qtsingleapplication should always be built statically to avoid dependency problems 2017-11-20 17:23:22 +01:00
app.pri Rename cmd options source files. 2017-05-07 16:20:18 +03:00
application.cpp Don't create temporary substrings 2018-02-26 11:39:36 +00:00
application.h Set default file log size to 65 KiB and delete backup logs older than 1 month. 2018-01-27 01:17:50 +02:00
CMakeLists.txt Install required plugins into bundle 2017-07-14 17:42:02 +02:00
cmdoptions.cpp String fixes and optimizations mentioned by translators on Transifex. 2017-10-24 03:32:56 +03:00
cmdoptions.h Rename cmd options source files. 2017-05-07 16:20:18 +03:00
filelogger.cpp Set default file log size to 65 KiB and delete backup logs older than 1 month. 2018-01-27 01:17:50 +02:00
filelogger.h Use SettingsStorage instead. 2016-03-26 01:50:13 +02:00
main.cpp Use qEnvironmentVariableIsEmpty 2018-02-19 21:35:23 +00:00
stacktrace.h Include/print caught signal in stackdump 2017-11-03 14:13:17 +08:00
stacktrace_win.h Improve stack trace for windows by including source filenames and line numbers 2016-05-23 22:37:24 +03:00
stacktrace_win_dlg.h Include/print caught signal in stackdump 2017-11-03 14:13:17 +08:00
stacktrace_win_dlg.ui Change project directory structure. 2015-02-05 19:10:26 +03:00
upgrade.h Save ratio limits as int instead of string 2017-10-08 10:22:40 +03:00