mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-21 16:07:23 -06:00
functions for retrieving list of currently downloading files
This commit is contained in:
committed by
sledgehammer999
parent
3ed4de3043
commit
4cf8359257
@@ -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