mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-22 06:09:09 -04:00
gui: chat: add power to vote distant participant
If identity got deleted, then banned one should start this distant conversation, if i am not mistaken.
This commit is contained in:
parent
c6c6e11bec
commit
ed0ea3aa01
3 changed files with 67 additions and 4 deletions
|
@ -27,8 +27,8 @@
|
|||
#include "ChatDialog.h"
|
||||
#include "PopupChatWindow.h"
|
||||
|
||||
Q_DECLARE_METATYPE(RsGxsId)
|
||||
Q_DECLARE_METATYPE(QList<RsGxsId>)
|
||||
// Q_DECLARE_METATYPE(RsGxsId)
|
||||
// Q_DECLARE_METATYPE(QList<RsGxsId>)
|
||||
|
||||
class GxsIdChooser ;
|
||||
class QToolButton;
|
||||
|
@ -101,7 +101,7 @@ private:
|
|||
void muteParticipant(const RsGxsId& id);
|
||||
void unMuteParticipant(const RsGxsId& id);
|
||||
bool isNicknameInLobby(const RsGxsId& id);
|
||||
|
||||
|
||||
ChatLobbyId lobbyId;
|
||||
QString _lobby_name ;
|
||||
time_t lastUpdateListTime;
|
||||
|
@ -117,7 +117,7 @@ private:
|
|||
|
||||
/** Qt Designer generated object */
|
||||
Ui::ChatLobbyDialog ui;
|
||||
|
||||
|
||||
/** Ignored Users in Chatlobby by nickname until we had implemented Peer Ids in ver 0.6 */
|
||||
std::set<RsGxsId> mutedParticipants;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue