Removed toaster for muted participant of a chat lobby.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6059 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2013-01-03 16:20:14 +00:00
parent 451c7f5eda
commit 9cfe660e11
2 changed files with 7 additions and 1 deletions

View file

@ -40,6 +40,7 @@ public:
virtual bool hasPeerStatus() { return false; }
virtual bool notifyBlink();
void setNickname(const QString &nickname);
bool isParticipantMuted(const QString &participant);
private slots:
void showParticipantsFrame(bool show);
@ -68,7 +69,6 @@ private:
void muteParticipant(const QString &nickname);
void unMuteParticipant(const QString &nickname);
bool isParticipantMuted(const QString &participant);
bool isNicknameInLobby(const QString &nickname);
ChatLobbyId lobbyId;