mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-04 22:52:33 -06:00
committed by
GitHub
parent
facfa26eed
commit
dd1bd8ad10
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user