mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-21 05:39:11 -04:00
added tooltip to show identity ID in distant chat dialog
This commit is contained in:
parent
5eda5a5bcb
commit
57577472fc
6 changed files with 27 additions and 6 deletions
|
@ -41,7 +41,7 @@ class PopupDistantChatDialog: public PopupChatDialog
|
|||
virtual void init(const ChatId& chat_id, const QString &title);
|
||||
virtual void closeEvent(QCloseEvent *e) ;
|
||||
|
||||
virtual QString getPeerName(const ChatId &id) const ;
|
||||
virtual QString getPeerName(const ChatId &id, QString& additional_info) const ;
|
||||
virtual QString getOwnName() const;
|
||||
|
||||
protected slots:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue