mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-23 21:14:33 +00:00
Remove unused signal
This commit is contained in:
parent
8bbed461a6
commit
9968eb53b2
@ -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…
x
Reference in New Issue
Block a user