added sources in new QModel. Unfinished yet.

This commit is contained in:
csoler 2018-02-07 00:25:41 +01:00
parent fdcb6160f9
commit 74a6076f18
3 changed files with 139 additions and 59 deletions

View file

@ -1622,6 +1622,8 @@ bool ftController::FileDetails(const RsFileHash &hash, FileInfo &info)
bool isDownloading = false;
bool isSuspended = false;
info.peers.clear();
for(pit = peerIds.begin(); pit != peerIds.end(); ++pit)
{
if (it->second->mTransfer->getPeerState(*pit, state, tfRate))