fixed icons in chat lobbies

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6160 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2013-02-27 22:17:49 +00:00
parent c13192b4c3
commit 061a8113bb
6 changed files with 89 additions and 36 deletions

View file

@ -52,6 +52,9 @@ private slots:
signals:
void lobbyLeave(ChatLobbyId) ;
void typingEventReceived(ChatLobbyId) ;
void messageReceived(ChatLobbyId) ;
void peerJoined(ChatLobbyId) ;
void peerLeft(ChatLobbyId) ;
protected:
/** Default constructor */