added tooltip to show identity ID in distant chat dialog

This commit is contained in:
csoler 2018-09-24 20:55:27 +02:00
parent 5eda5a5bcb
commit 57577472fc
No known key found for this signature in database
GPG key ID: 7BCA522266C0804C
6 changed files with 27 additions and 6 deletions

View file

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