mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-21 16:07:23 -06:00
Temporarily revert PR #2885 (filename column in peers view).
There's a bug that causes frequent crashes. Issue #4597.
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, BitTorrent::TorrentHandle *const torrent, const BitTorrent::PeerInfo &peer);
|
||||
void updatePeer(const QString &ip, BitTorrent::TorrentHandle *const torrent, const BitTorrent::PeerInfo &peer);
|
||||
QStandardItem *addPeer(const QString &ip, const BitTorrent::PeerInfo &peer);
|
||||
void updatePeer(const QString &ip, const BitTorrent::PeerInfo &peer);
|
||||
void updatePeerHostNameResolutionState();
|
||||
void updatePeerCountryResolutionState();
|
||||
void clear();
|
||||
|
||||
Reference in New Issue
Block a user