Add all torrents passed via the command line

PR #18296.
Closes #18289.
This commit is contained in:
Vladimir Golovnev
2023-01-16 06:54:02 +03:00
committed by GitHub
parent 8db2d04dbb
commit 5dbccf3473
2 changed files with 10 additions and 5 deletions

View File

@@ -148,7 +148,7 @@ private slots:
private:
struct AddTorrentParams
{
QString torrentSource;
QStringList torrentSources;
BitTorrent::AddTorrentParams torrentParams;
std::optional<bool> skipTorrentDialog;
};