mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-11-22 17:00:41 -05:00
first attempt at creating a display model for transfers. Not finished yet.
This commit is contained in:
parent
36e20db887
commit
3f8ff6489b
10 changed files with 597 additions and 129 deletions
|
|
@ -630,7 +630,7 @@ void SubFileItem::download()
|
|||
FileInfo finfo ;
|
||||
rsFiles->FileDetails(mFileHash,RS_FILE_HINTS_REMOTE,finfo) ;
|
||||
|
||||
for(std::list<TransferInfo>::const_iterator it(finfo.peers.begin());it!=finfo.peers.end();++it)
|
||||
for(std::vector<TransferInfo>::const_iterator it(finfo.peers.begin());it!=finfo.peers.end();++it)
|
||||
sources.push_back((*it).peerId) ;
|
||||
|
||||
// TEMP
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue