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
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;