mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-05 15:12:32 -06:00
committed by
GitHub
parent
d2fceaa228
commit
5ef2a1df07
@@ -58,7 +58,7 @@ class TorrentOptionsDialog final : public QDialog
|
||||
Q_DISABLE_COPY_MOVE(TorrentOptionsDialog)
|
||||
|
||||
public:
|
||||
explicit TorrentOptionsDialog(QWidget *parent, const QVector<BitTorrent::Torrent *> &torrents);
|
||||
explicit TorrentOptionsDialog(QWidget *parent, const QList<BitTorrent::Torrent *> &torrents);
|
||||
~TorrentOptionsDialog() override;
|
||||
|
||||
public slots:
|
||||
@@ -73,7 +73,7 @@ private slots:
|
||||
void handleDownSpeedLimitChanged();
|
||||
|
||||
private:
|
||||
QVector<BitTorrent::TorrentID> m_torrentIDs;
|
||||
QList<BitTorrent::TorrentID> m_torrentIDs;
|
||||
Ui::TorrentOptionsDialog *m_ui = nullptr;
|
||||
SettingValue<QSize> m_storeDialogSize;
|
||||
QStringList m_categories;
|
||||
|
||||
Reference in New Issue
Block a user