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:
thunder2 2012-03-11 00:22:25 +00:00
parent 499003d875
commit fedba02d18
6 changed files with 16 additions and 4 deletions

View file

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