mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-08 09:05:24 -04:00
Added sources to RS link download (now works for copy links from browsable only files). Removed unused optional list of sources from RetroShareLink::process()
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3539 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
55a45dacd3
commit
b0f0e4c380
6 changed files with 21 additions and 16 deletions
|
@ -81,8 +81,8 @@ class RetroShareLink
|
|||
|
||||
bool operator==(const RetroShareLink& l) const { return _type == l._type && _hash == l._hash ; }
|
||||
|
||||
bool process(std::list<std::string> *psrcIds, int flag);
|
||||
static bool processUrl(const QUrl &url, std::list<std::string> *psrcIds, int flag);
|
||||
bool process(int flag);
|
||||
static bool processUrl(const QUrl &url, int flag);
|
||||
|
||||
private:
|
||||
void fromString(const QString &url);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue