mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 22:47:21 -06:00
Revert "Temporarily revert PR #2885 (filename column in peers view)."
This reverts commit 69d52a06d7.
This commit is contained in:
@@ -408,3 +408,8 @@ QString PeerInfo::flagsDescription() const
|
||||
{
|
||||
return m_flagsDescription;
|
||||
}
|
||||
|
||||
int PeerInfo::downloadingPieceIndex() const
|
||||
{
|
||||
return m_nativeInfo.downloading_piece_index;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user