mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-21 21:59:02 -04:00
Added send message function for Participants list.
This commit is contained in:
parent
cc4be39025
commit
2c1743f5bb
2 changed files with 43 additions and 5 deletions
|
@ -77,6 +77,7 @@ protected slots:
|
|||
void changePartipationState();
|
||||
void distantChatParticipant();
|
||||
void participantsTreeWidgetDoubleClicked(QTreeWidgetItem *item, int column);
|
||||
void sendMessage();
|
||||
|
||||
private:
|
||||
void updateParticipantsList();
|
||||
|
@ -101,9 +102,10 @@ private:
|
|||
/** Ignored Users in Chatlobby by nickname until we had implemented Peer Ids in ver 0.6 */
|
||||
std::set<RsGxsId> mutedParticipants;
|
||||
|
||||
QAction *muteAct;
|
||||
QAction *muteAct;
|
||||
QAction *distantChatAct;
|
||||
QWidgetAction *checkableAction;
|
||||
QAction *sendMessageAct;
|
||||
|
||||
GxsIdChooser *ownIdChooser ;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue