mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-23 00:47:21 -06:00
Implement tracker list in the side panel. Closes #170.
This commit is contained in:
@@ -288,6 +288,7 @@ signals:
|
||||
void metadataReceivedHidden(const QTorrentHandle &h);
|
||||
void stateUpdate(const std::vector<libtorrent::torrent_status> &statuses);
|
||||
void statsReceived(const libtorrent::stats_alert&);
|
||||
void trackerAdded(const QString &tracker, const QString &hash);
|
||||
|
||||
private:
|
||||
// Bittorrent
|
||||
|
||||
Reference in New Issue
Block a user