mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Dive media: implement "Open folder of selected media files"
Add a context-menu entry to TabDivePhotos which opens the folder(s) of all selected files. Fixes #1514. Suggested-by: Stefan Fuchs <sfuchs@gmx.de> Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
325b8bba35
commit
4f42e4fd50
2 changed files with 19 additions and 0 deletions
|
@ -27,6 +27,7 @@ private slots:
|
|||
void removeAllPhotos();
|
||||
void removeSelectedPhotos();
|
||||
void recalculateSelectedThumbnails();
|
||||
void openFolderOfSelectedFiles();
|
||||
void changeZoomLevel(int delta);
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue