mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-08 22:52:54 -04:00
Fixed display of the friend status in chat window.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5014 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
499003d875
commit
fedba02d18
6 changed files with 16 additions and 4 deletions
|
@ -38,6 +38,7 @@ private slots:
|
|||
void showAvatarFrame(bool show);
|
||||
void clearOfflineMessages();
|
||||
void chatStatusChanged(const QString &peerId, const QString &statusString, bool isPrivateChat);
|
||||
void statusChanged(int);
|
||||
|
||||
protected:
|
||||
/** Default constructor */
|
||||
|
@ -50,6 +51,8 @@ protected:
|
|||
virtual ChatWidget *getChatWidget();
|
||||
virtual bool hasPeerStatus() { return true; }
|
||||
|
||||
virtual void updateStatus(int /*status*/) {}
|
||||
|
||||
void processSettings(bool load);
|
||||
|
||||
// used by plugins
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue