1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-10 14:57:52 +00:00
qBittorrent/src/app
Chocobo1 c07cd440cd
Split args manually in runExternalProgram()
Need to split arguments manually because QProcess::startDetached(QString)
will strip off empty parameters.
E.g. `python.exe "1" "" "3"` will become `python.exe "1" "3"`.
Closes #8454.
2018-04-01 18:42:42 +08: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 Split args manually in runExternalProgram() 2018-04-01 18:42:42 +08:00
application.h Add Tags parameter to "Run External Program" 2018-03-14 10:12:32 +08:00
CMakeLists.txt Install required plugins into bundle 2017-07-14 17:42:02 +02:00
cmdoptions.cpp Avoid temporary QString allocations 2018-03-07 20:06:00 +08:00
cmdoptions.h Rename cmd options source files. 2017-05-07 16:20:18 +03:00
filelogger.cpp Fix typo in filelogger.cpp message 2018-02-27 02:00:43 +04: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_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
stacktrace_win.h Fix typo 2018-03-14 23:37:08 +08:00
stacktrace.h Include/print caught signal in stackdump 2017-11-03 14:13:17 +08:00
upgrade.h Don't create temporary containers just to iterate over them 2018-03-18 16:22:12 +03:00