Revert "Temporarily revert PR #2885 (filename column in peers view)."

This reverts commit 69d52a06d7.
This commit is contained in:
Eugene Shalygin
2016-02-27 20:51:39 +01:00
parent 654c8edc6b
commit b24bdcb8d9
7 changed files with 36 additions and 7 deletions

View File

@@ -408,3 +408,8 @@ QString PeerInfo::flagsDescription() const
{
return m_flagsDescription;
}
int PeerInfo::downloadingPieceIndex() const
{
return m_nativeInfo.downloading_piece_index;
}