Fixed slot for signal "filesPreModChanged" and "filesPostModChanged" on SharedFilesDialog.

The list of files is now updated also when the tab is visible.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6990 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2014-01-05 22:51:54 +00:00
parent aff10a352c
commit 3e13311be0
5 changed files with 51 additions and 28 deletions

View file

@ -53,8 +53,8 @@ protected slots:
private slots:
/* For handling the model updates */
void preModDirectories() ;
void postModDirectories() ;
void preModDirectories(bool local) ;
void postModDirectories(bool local) ;
/** Create the context popup menu and it's submenus */
// void customPopupMenu(QPoint point) ;
@ -107,7 +107,7 @@ protected:
/** Defines the actions for the context menu for QTreeWidget */
QAction* copylinkAct;
QAction* sendlinkAct;
QAction* sendlinkAct;
#ifdef RS_USE_LINKS
QAction* sendlinkCloudAct;
QAction* addlinkCloudAct;