- Removed randomly forced updating of GUI in RsGxsUpdateBroadcastBase

- Added group changed notify when visible count or suppliers count of a group has changed
- Fixed suppliers count

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8277 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2015-05-19 21:40:19 +00:00
parent 1f759c4004
commit 69c1df7e2d
5 changed files with 27 additions and 9 deletions

View file

@ -156,6 +156,11 @@ public:
*/
virtual void notifyReceivePublishKey(const RsGxsGroupId &grpId);
/*!
* @param grpId group id
*/
virtual void notifyChangedGroupStats(const RsGxsGroupId &grpId);
/** E: Observer implementation **/
/*!