mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-21 05:39:11 -04:00
Moved Id Chooser to Tool Menu
Added a place holder text.
This commit is contained in:
parent
b11baa7a65
commit
d9fd60ee75
3 changed files with 18 additions and 5 deletions
|
@ -29,6 +29,7 @@
|
|||
|
||||
class GxsIdChooser ;
|
||||
class QToolButton;
|
||||
class QWidgetAction;
|
||||
|
||||
class ChatLobbyDialog: public ChatDialog
|
||||
{
|
||||
|
@ -55,7 +56,7 @@ private slots:
|
|||
signals:
|
||||
void lobbyLeave(ChatLobbyId) ;
|
||||
void typingEventReceived(ChatLobbyId) ;
|
||||
void messageReceived(bool incoming, ChatLobbyId lobby_id, QDateTime time, QString senderName, QString msg) ;
|
||||
void messageReceived(bool incoming, ChatLobbyId lobby_id, QDateTime time, QString senderName, QString msg) ;
|
||||
void peerJoined(ChatLobbyId) ;
|
||||
void peerLeft(ChatLobbyId) ;
|
||||
|
||||
|
@ -102,6 +103,7 @@ private:
|
|||
|
||||
QAction *muteAct;
|
||||
QAction *distantChatAct;
|
||||
QWidgetAction *checkableAction;
|
||||
|
||||
GxsIdChooser *ownIdChooser ;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue