mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-22 06:09:09 -04:00
Added search filter for participants list.
This commit is contained in:
parent
ab82c4a73c
commit
0e1c0c2eb3
3 changed files with 83 additions and 5 deletions
|
@ -53,6 +53,7 @@ private slots:
|
|||
void participantsTreeWidgetCustomPopupMenu( QPoint point );
|
||||
void inviteFriends() ;
|
||||
void leaveLobby() ;
|
||||
void filterChanged(const QString &text);
|
||||
|
||||
signals:
|
||||
void lobbyLeave(ChatLobbyId) ;
|
||||
|
@ -83,6 +84,8 @@ protected slots:
|
|||
|
||||
private:
|
||||
void updateParticipantsList();
|
||||
|
||||
void filterIds();
|
||||
|
||||
QString getParticipantName(const RsGxsId& id) const;
|
||||
void muteParticipant(const RsGxsId& id);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue