1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-03-13 05:41:17 +00:00
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
..
2017-05-07 16:20:18 +03:00
2017-05-07 16:20:18 +03:00
2016-03-26 01:50:13 +02:00
2018-02-19 21:35:23 +00:00
2018-03-14 23:37:08 +08:00