mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-28 02:24:18 -04:00
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:
parent
182792e538
commit
3521bfb6de
4 changed files with 289 additions and 77 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue