Added multiselective mute/unmute to chat lobby.

Added mute/unmute with double click on icon.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5830 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2012-11-16 00:53:13 +00:00
parent 182792e538
commit 3521bfb6de
4 changed files with 289 additions and 77 deletions

View file

@ -61,10 +61,9 @@ protected:
protected slots:
void changeNickname();
void changePartipationState();
void participantsTreeWidgetDoubleClicked(QTreeWidgetItem *item, int column);
private:
QTreeWidgetItem *getCurrentParticipant();
void updateParticipantsList();
void muteParticipant(const QString &nickname);