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:
Guido Lerch 2015-10-20 22:36:59 +02:00 committed by Dirk Hohndel
parent b73b312673
commit fb24210ad9
2 changed files with 15 additions and 0 deletions

View file

@ -98,6 +98,8 @@ slots:
void photoDoubleClicked(const QString filePath);
void removeSelectedPhotos();
void removeAllPhotos();
void addPhotosFromFile();
void addPhotosFromURL();
void showLocation();
void enableGeoLookupEdition();
void disableGeoLookupEdition();