1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-11 07:18:08 +00:00

Remove unused signal

This commit is contained in:
Chocobo1 2019-09-18 16:11:06 +08:00
parent 8bbed461a6
commit 9968eb53b2
No known key found for this signature in database
GPG Key ID: 210D9C873253A68C

View File

@ -478,7 +478,6 @@ namespace BitTorrent
void torrentsUpdated(const QVector<BitTorrent::TorrentHandle *> &torrents);
void torrentTagAdded(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 trackerlessStateChanged(BitTorrent::TorrentHandle *const torrent, bool trackerless);
void trackersAdded(BitTorrent::TorrentHandle *const torrent, const QVector<BitTorrent::TrackerEntry> &trackers);