mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-07 08:35:16 -04:00
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:
parent
d30c03b183
commit
2fac47293e
16 changed files with 721 additions and 333 deletions
|
@ -1227,7 +1227,7 @@ void FriendsDialog::recommendfriend()
|
|||
|
||||
void FriendsDialog::pastePerson()
|
||||
{
|
||||
RSLinkClipboard::process(RetroShareLink::TYPE_PERSON, RSLINK_PROCESS_NOTIFY_ERROR);
|
||||
RSLinkClipboard::process(RetroShareLink::TYPE_PERSON);
|
||||
}
|
||||
|
||||
void FriendsDialog::copyLink()
|
||||
|
@ -1238,7 +1238,7 @@ void FriendsDialog::copyLink()
|
|||
return;
|
||||
}
|
||||
|
||||
std::vector<RetroShareLink> urls;
|
||||
QList<RetroShareLink> urls;
|
||||
RetroShareLink link;
|
||||
if (link.createPerson(c->data(COLUMN_DATA, ROLE_ID).toString().toStdString())) {
|
||||
urls.push_back(link);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue