mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-21 05:39:11 -04:00
Added Sorting Menu entry.
This commit is contained in:
parent
5b63762eef
commit
03896d7f8c
2 changed files with 33 additions and 1 deletions
|
@ -47,6 +47,7 @@ public:
|
|||
void setIdentity(const RsGxsId& gxs_id);
|
||||
bool isParticipantMuted(const RsGxsId &participant);
|
||||
ChatLobbyId id() const { return lobbyId ;}
|
||||
void sortParcipants();
|
||||
|
||||
private slots:
|
||||
void participantsTreeWidgetCustomPopupMenu( QPoint point );
|
||||
|
@ -104,6 +105,8 @@ private:
|
|||
|
||||
QAction *muteAct;
|
||||
QAction *distantChatAct;
|
||||
QAction *actionSortByName;
|
||||
QAction *actionSortByActivity;
|
||||
QWidgetAction *checkableAction;
|
||||
QAction *sendMessageAct;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue