mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Context menu for images: add loading from file / web
Signed-off-by: Guido Lerch <guido.lerch@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
b73b312673
commit
fb24210ad9
2 changed files with 15 additions and 0 deletions
|
|
@ -98,6 +98,8 @@ slots:
|
|||
void photoDoubleClicked(const QString filePath);
|
||||
void removeSelectedPhotos();
|
||||
void removeAllPhotos();
|
||||
void addPhotosFromFile();
|
||||
void addPhotosFromURL();
|
||||
void showLocation();
|
||||
void enableGeoLookupEdition();
|
||||
void disableGeoLookupEdition();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue