functions for retrieving list of currently downloading files

This commit is contained in:
Eugene Shalygin
2015-10-21 17:12:19 +02:00
parent efed388402
commit 0a92cb74a5
4 changed files with 21 additions and 0 deletions

View File

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