mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-21 05:39:11 -04:00
small gui tweaks
This commit is contained in:
parent
e895b6b357
commit
bc43cb8cf0
4 changed files with 44 additions and 5 deletions
|
@ -81,6 +81,7 @@ protected slots:
|
|||
void participantsTreeWidgetDoubleClicked(QTreeWidgetItem *item, int column);
|
||||
void sendMessage();
|
||||
void banParticipant();
|
||||
void voteParticipant();
|
||||
|
||||
private:
|
||||
void updateParticipantsList();
|
||||
|
@ -109,6 +110,7 @@ private:
|
|||
|
||||
QAction *muteAct;
|
||||
QAction *banAct;
|
||||
QAction *voteAct;
|
||||
QAction *distantChatAct;
|
||||
QAction *actionSortByName;
|
||||
QAction *actionSortByActivity;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue