diff options
author | Guido Lerch <guido.lerch@gmail.com> | 2015-10-20 21:08:59 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-11-03 08:31:41 -0800 |
commit | 951e3d920b943baa105573de181f727319494a25 (patch) | |
tree | a70e43169697444419673c9d09d12317b84bb402 /desktop-widgets/maintab.h | |
parent | eb6d5415c1eefcdba184a7939075f114d086a37e (diff) | |
download | subsurface-951e3d920b943baa105573de181f727319494a25.tar.gz |
Context menu for images: support deletion
Adding modified code to support deletion of selected images as
well as deleting of all images (with warning messagebox)
Signed-off-by: Guido Lerch <guido.lerch@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'desktop-widgets/maintab.h')
-rw-r--r-- | desktop-widgets/maintab.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop-widgets/maintab.h b/desktop-widgets/maintab.h index 7b2bb863b..c3f6649a8 100644 --- a/desktop-widgets/maintab.h +++ b/desktop-widgets/maintab.h @@ -97,6 +97,7 @@ slots: void escDetected(void); void photoDoubleClicked(const QString filePath); void removeSelectedPhotos(); + void removeAllPhotos(); void showLocation(); void enableGeoLookupEdition(); void disableGeoLookupEdition(); |