Reworked the process of the RetroShare links. Now RetroShare asks when adding a file or a person link and shows a detailed result.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4604 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2011-09-11 22:07:24 +00:00
parent d30c03b183
commit 2fac47293e
16 changed files with 721 additions and 333 deletions

View file

@ -507,7 +507,7 @@ void SearchDialog::copySearchLink()
RetroShareLink link;
if (link.createSearch(keywords)) {
std::vector<RetroShareLink> urls;
QList<RetroShareLink> urls;
urls.push_back(link);
RSLinkClipboard::copyLinks(urls);
}
@ -1305,7 +1305,7 @@ void SearchDialog::copyResultLink()
int numdls = itemsForCopy.size();
QTreeWidgetItem * item;
std::vector<RetroShareLink> urls ;
QList<RetroShareLink> urls ;
for (int i = 0; i < numdls; ++i)
{