mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-11 18:45:17 -04:00
Added "Edit Share Permissions" Context Menu entry to My Directions, to edit easily share permissions for each directory
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5944 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
bf70038ad2
commit
8cdefe9764
2 changed files with 36 additions and 9 deletions
|
@ -77,7 +77,8 @@ private slots:
|
|||
|
||||
void playselectedfiles();
|
||||
void openfile();
|
||||
void openfolder();
|
||||
void openfolder();
|
||||
void editSharePermissions();
|
||||
|
||||
void recommendFilesToMsg();
|
||||
void runCommandForFile();
|
||||
|
@ -119,7 +120,8 @@ private:
|
|||
QAction* openfolderAct;
|
||||
QAction* copyremotelinkAct;
|
||||
QAction* copylinklocalAct;
|
||||
QAction* sendlinkAct;
|
||||
QAction* sendlinkAct;
|
||||
QAction* editshareAct;
|
||||
#ifdef RS_USE_LINKS
|
||||
QAction* sendlinkCloudAct;
|
||||
QAction* addlinkCloudAct;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue