Added search filter for participants list.

This commit is contained in:
defnax 2016-08-12 22:19:44 +02:00
parent ab82c4a73c
commit 0e1c0c2eb3
3 changed files with 83 additions and 5 deletions

View file

@ -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);