mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 23:17:21 -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:
@@ -408,8 +408,3 @@ QString PeerInfo::flagsDescription() const
|
||||
{
|
||||
return m_flagsDescription;
|
||||
}
|
||||
|
||||
int PeerInfo::downloadingPieceIndex() const
|
||||
{
|
||||
return m_nativeInfo.downloading_piece_index;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user