mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-09 00:52:30 -06:00
committed by
GitHub
parent
d2fceaa228
commit
5ef2a1df07
@@ -108,10 +108,10 @@ public:
|
||||
BitTorrent::Torrent *torrentHandle(const QModelIndex &index) const;
|
||||
|
||||
private slots:
|
||||
void addTorrents(const QVector<BitTorrent::Torrent *> &torrents);
|
||||
void addTorrents(const QList<BitTorrent::Torrent *> &torrents);
|
||||
void handleTorrentAboutToBeRemoved(BitTorrent::Torrent *torrent);
|
||||
void handleTorrentStatusUpdated(BitTorrent::Torrent *torrent);
|
||||
void handleTorrentsUpdated(const QVector<BitTorrent::Torrent *> &torrents);
|
||||
void handleTorrentsUpdated(const QList<BitTorrent::Torrent *> &torrents);
|
||||
|
||||
private:
|
||||
void configure();
|
||||
|
||||
Reference in New Issue
Block a user