Improve handling the case when torrent enters/leaves trackerless state

PR #19658.
This commit is contained in:
Vladimir Golovnev
2023-09-29 07:34:21 +03:00
committed by GitHub
parent 43e9403a4c
commit 16111496ca
7 changed files with 15 additions and 21 deletions

View File

@@ -484,7 +484,6 @@ namespace BitTorrent
void torrentTagAdded(Torrent *torrent, const QString &tag);
void torrentTagRemoved(Torrent *torrent, const QString &tag);
void trackerError(Torrent *torrent, const QString &tracker);
void trackerlessStateChanged(Torrent *torrent, bool trackerless);
void trackersAdded(Torrent *torrent, const QVector<TrackerEntry> &trackers);
void trackersChanged(Torrent *torrent);
void trackersRemoved(Torrent *torrent, const QStringList &trackers);