mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-06 23:52:31 -06:00
Revamp "Automated RSS downloader" dialog
This commit is contained in:
@@ -43,7 +43,7 @@ class AddTorrentParamsWidget final : public QWidget
|
||||
Q_DISABLE_COPY_MOVE(AddTorrentParamsWidget)
|
||||
|
||||
public:
|
||||
explicit AddTorrentParamsWidget(BitTorrent::AddTorrentParams addTorrentParams, QWidget *parent = nullptr);
|
||||
explicit AddTorrentParamsWidget(BitTorrent::AddTorrentParams addTorrentParams = {}, QWidget *parent = nullptr);
|
||||
~AddTorrentParamsWidget() override;
|
||||
|
||||
void setAddTorrentParams(BitTorrent::AddTorrentParams addTorrentParams);
|
||||
|
||||
Reference in New Issue
Block a user