mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-12 02:55:18 -04:00
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:
parent
aff10a352c
commit
3e13311be0
5 changed files with 51 additions and 28 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue