reduced calls to flags/group update code to the minimum, to avoid sending file lists except when the share manager / share dialog gets closed

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5822 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2012-11-14 22:56:25 +00:00
parent 7fa9dbb2b1
commit 4e2f454907
4 changed files with 13 additions and 4 deletions

View file

@ -61,6 +61,7 @@ private slots:
void removeShareDirectory();
void updateFlags();
void updateGroups();
void applyAndClose() ;
private:
static ShareManager *_instance;