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:
thunder2 2011-10-08 17:49:06 +00:00
parent c1af9b13ad
commit e3798dafe9
4 changed files with 12 additions and 33 deletions

View file

@ -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 ;