mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-30 11:38:50 -07:00
parent
facfa26eed
commit
dd1bd8ad10
131 changed files with 2252 additions and 1868 deletions
|
@ -36,6 +36,7 @@
|
|||
#include <QStringList>
|
||||
|
||||
#include "base/exceptions.h"
|
||||
#include "base/path.h"
|
||||
|
||||
class QProcessEnvironment;
|
||||
|
||||
|
@ -58,9 +59,9 @@ struct QBtCommandLineParameters
|
|||
std::optional<bool> addPaused;
|
||||
std::optional<bool> skipDialog;
|
||||
QStringList torrents;
|
||||
QString profileDir;
|
||||
Path profileDir;
|
||||
QString configurationName;
|
||||
QString savePath;
|
||||
Path savePath;
|
||||
QString category;
|
||||
QString unknownParameter;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue