mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-11 15:50:38 -04:00
Fixed utf8 issue with links from browser (Windows only).
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4634 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
c1af9b13ad
commit
e3798dafe9
4 changed files with 12 additions and 33 deletions
|
@ -76,7 +76,7 @@ class RetroShareLink
|
|||
|
||||
/// returns the string retroshare://file?name=&size=&hash=
|
||||
/// retroshare://person?name=&hash=
|
||||
QString toString(bool encoded = true) const ;
|
||||
QString toString() const;
|
||||
/// returns the string <a href="retroshare://file?name=&size=&hash=">name</a>
|
||||
/// <a href="retroshare://person?name=&hash=">name@hash</a>
|
||||
QString toHtml() const ;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue