mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-13 11:32:48 -04:00
added paste multiple links
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2516 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
ff0b797248
commit
0705d9dfc7
7 changed files with 74 additions and 75 deletions
|
@ -1636,7 +1636,7 @@ void PeersDialog::anchorClicked (const QUrl& link )
|
|||
|
||||
if (link.scheme() == "retroshare")
|
||||
{
|
||||
RetroShareLink rslnk(link.toString()) ;
|
||||
RetroShareLink rslnk(link) ;
|
||||
|
||||
if (rslnk.valid())
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue