mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-08 00:55:13 -04:00
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:
parent
34fc615d2c
commit
60138e0137
6 changed files with 109 additions and 62 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue