mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-21 05:39:11 -04:00
added ban menu entry to chat lobby participant list
This commit is contained in:
parent
49605a33dc
commit
0282c2aeb3
4 changed files with 66 additions and 4 deletions
|
@ -79,6 +79,7 @@ protected slots:
|
|||
void distantChatParticipant();
|
||||
void participantsTreeWidgetDoubleClicked(QTreeWidgetItem *item, int column);
|
||||
void sendMessage();
|
||||
void banParticipant();
|
||||
|
||||
private:
|
||||
void updateParticipantsList();
|
||||
|
@ -104,6 +105,7 @@ private:
|
|||
std::set<RsGxsId> mutedParticipants;
|
||||
|
||||
QAction *muteAct;
|
||||
QAction *banAct;
|
||||
QAction *distantChatAct;
|
||||
QAction *actionSortByName;
|
||||
QAction *actionSortByActivity;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue