Moved Id Chooser to Tool Menu

Added a place holder text.
This commit is contained in:
defnax 2015-08-30 03:48:45 +02:00
parent b11baa7a65
commit d9fd60ee75
3 changed files with 18 additions and 5 deletions

View file

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