mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-21 05:39:11 -04:00
simplified code in PR/630
This commit is contained in:
parent
7e750d3161
commit
f314e7d330
2 changed files with 30 additions and 73 deletions
|
@ -81,9 +81,7 @@ protected slots:
|
|||
void distantChatParticipant();
|
||||
void participantsTreeWidgetDoubleClicked(QTreeWidgetItem *item, int column);
|
||||
void sendMessage();
|
||||
void voteParticipantPositive();
|
||||
void voteParticipantNeutral();
|
||||
void voteParticipantNegative();
|
||||
void voteParticipant();
|
||||
|
||||
private:
|
||||
void updateParticipantsList();
|
||||
|
@ -113,7 +111,7 @@ private:
|
|||
QAction *muteAct;
|
||||
QAction *votePositiveAct;
|
||||
QAction *voteNeutralAct;
|
||||
QAction *banAct;
|
||||
QAction *voteNegativeAct;
|
||||
QAction *distantChatAct;
|
||||
QAction *actionSortByName;
|
||||
QAction *actionSortByActivity;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue