mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 23:47:23 -06:00
Revert "Temporarily revert PR #2885 (filename column in peers view)."
This reverts commit 69d52a06d7.
This commit is contained in:
@@ -68,8 +68,8 @@ public:
|
||||
~PeerListWidget();
|
||||
|
||||
void loadPeers(BitTorrent::TorrentHandle *const torrent, bool forceHostnameResolution = false);
|
||||
QStandardItem *addPeer(const QString &ip, const BitTorrent::PeerInfo &peer);
|
||||
void updatePeer(const QString &ip, const BitTorrent::PeerInfo &peer);
|
||||
QStandardItem *addPeer(const QString &ip, BitTorrent::TorrentHandle *const torrent, const BitTorrent::PeerInfo &peer);
|
||||
void updatePeer(const QString &ip, BitTorrent::TorrentHandle *const torrent, const BitTorrent::PeerInfo &peer);
|
||||
void updatePeerHostNameResolutionState();
|
||||
void updatePeerCountryResolutionState();
|
||||
void clear();
|
||||
|
||||
Reference in New Issue
Block a user