mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-10-14 14:31:06 -04:00
removed friendsChanged() and NOTIFY_LIST_FRIENDS
This commit is contained in:
parent
2edb3afc81
commit
df02d745d8
14 changed files with 91 additions and 215 deletions
|
@ -540,12 +540,14 @@ void NotifyQt::notifyListChange(int list, int type)
|
|||
#endif
|
||||
emit neighboursChanged();
|
||||
break;
|
||||
#ifdef TO_REMOVE
|
||||
case NOTIFY_LIST_FRIENDS:
|
||||
#ifdef NOTIFY_DEBUG
|
||||
std::cerr << "received friends changed" << std::endl ;
|
||||
#endif
|
||||
emit friendsChanged() ;
|
||||
break;
|
||||
#endif
|
||||
case NOTIFY_LIST_DIRLIST_LOCAL:
|
||||
#ifdef NOTIFY_DEBUG
|
||||
std::cerr << "received files changed" << std::endl ;
|
||||
|
@ -644,9 +646,11 @@ void NotifyQt::notifyListPreChange(int list, int /*type*/)
|
|||
{
|
||||
case NOTIFY_LIST_NEIGHBOURS:
|
||||
break;
|
||||
#ifdef TO_REMOVE
|
||||
case NOTIFY_LIST_FRIENDS:
|
||||
emit friendsChanged() ;
|
||||
break;
|
||||
#endif
|
||||
case NOTIFY_LIST_DIRLIST_FRIENDS:
|
||||
emit filesPreModChanged(false) ; /* remote */
|
||||
break ;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue