Introduce a 'change listen port' cmd option

Closes #17789.
PR #17862.
This commit is contained in:
BallsOfSpaghetti 2022-10-25 06:43:38 +02:00 committed by GitHub
parent f2dd1e6456
commit fdba525e62
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 21 additions and 0 deletions

View file

@ -56,6 +56,7 @@ struct QBtCommandLineParameters
bool shouldDaemonize;
#endif
int webUiPort;
int torrentingPort;
std::optional<bool> addPaused;
std::optional<bool> skipDialog;
QStringList torrents;