Integrated turtle download to all kind of user-requested downloads

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1627 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2009-09-09 20:20:06 +00:00
parent a3b8ed76f5
commit a436af418a

View File

@ -251,10 +251,6 @@ void SearchDialog::download()
(item->text(SR_REALSIZE_COL)).toInt(),
"", 0, srcIds);
rsTurtle->monitorFileTunnels( item->text(SR_NAME_COL).toStdString(),
item->text(SR_HASH_COL).toStdString(),
item->text(SR_REALSIZE_COL).toInt()) ;
std::cout << "isuing file request from search dialog: -" << (item->text(SR_NAME_COL)).toStdString() << "-" << (item->text(SR_HASH_COL)).toStdString() << "-" << (item->text(SR_REALSIZE_COL)).toInt() << "-ids=" ;
for(std::list<std::string>::const_iterator it(srcIds.begin());it!=srcIds.end();++it)
std::cout << *it << "-" << std::endl ;