mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 13:23:34 -07:00
Remove unused signal
This commit is contained in:
parent
8bbed461a6
commit
9968eb53b2
1 changed files with 0 additions and 1 deletions
|
@ -478,7 +478,6 @@ namespace BitTorrent
|
||||||
void torrentsUpdated(const QVector<BitTorrent::TorrentHandle *> &torrents);
|
void torrentsUpdated(const QVector<BitTorrent::TorrentHandle *> &torrents);
|
||||||
void torrentTagAdded(TorrentHandle *const torrent, const QString &tag);
|
void torrentTagAdded(TorrentHandle *const torrent, const QString &tag);
|
||||||
void torrentTagRemoved(TorrentHandle *const torrent, const QString &tag);
|
void torrentTagRemoved(TorrentHandle *const torrent, const QString &tag);
|
||||||
void trackerAuthenticationRequired(BitTorrent::TorrentHandle *const torrent);
|
|
||||||
void trackerError(BitTorrent::TorrentHandle *const torrent, const QString &tracker);
|
void trackerError(BitTorrent::TorrentHandle *const torrent, const QString &tracker);
|
||||||
void trackerlessStateChanged(BitTorrent::TorrentHandle *const torrent, bool trackerless);
|
void trackerlessStateChanged(BitTorrent::TorrentHandle *const torrent, bool trackerless);
|
||||||
void trackersAdded(BitTorrent::TorrentHandle *const torrent, const QVector<BitTorrent::TrackerEntry> &trackers);
|
void trackersAdded(BitTorrent::TorrentHandle *const torrent, const QVector<BitTorrent::TrackerEntry> &trackers);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue