mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-24 23:19:29 -05:00
Added missing break in NotifyQt::notifyListChange.
The signal "groupsChanged" was emitted when the event "NOTIFY_LIST_CHAT_LOBBY_LIST" occurs. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6452 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
7bc9e2ba53
commit
ea161b3be6
@ -670,6 +670,7 @@ void NotifyQt::notifyListChange(int list, int type)
|
||||
std::cerr << "received notify chat lobby list" << std::endl;
|
||||
#endif
|
||||
emit lobbyListChanged();
|
||||
break;
|
||||
|
||||
case NOTIFY_LIST_GROUPLIST:
|
||||
#ifdef NOTIFY_DEBUG
|
||||
|
Loading…
Reference in New Issue
Block a user