Added title to the RetroShare file links shown as toolhelp "hash (size)".

Fixed german language.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4181 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2011-05-01 22:26:41 +00:00
parent 34fc615d2c
commit 60138e0137
6 changed files with 109 additions and 62 deletions

View file

@ -65,6 +65,7 @@ class RetroShareLink
const QString& hash() const { return _hash ; }
const QString& id() const { return _hash ; }
const QString& msgId() const { return _msgId ; }
QString title() const;
// get nice name for anchor
QString niceName() const;