aboutsummaryrefslogtreecommitdiffstats
path: root/qt-ui/maintab.h
diff options
context:
space:
mode:
authorGravatar Tomaz Canabrava <tomaz.canabrava@intel.com>2014-08-06 18:05:54 -0300
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-08-06 18:32:28 -0700
commit68af9f0afb86b8a98d0b5029cdbf746d95627877 (patch)
tree490730aa720dd930acbc6ba95cca746d4dc3ae44 /qt-ui/maintab.h
parentb0addb456767916935a65361338b0cd68c76eb2f (diff)
downloadsubsurface-68af9f0afb86b8a98d0b5029cdbf746d95627877.tar.gz
Delete pictures from the Widget by pressing delete
Select the picture, press delete, profit. [Dirk Hohndel: removed the stray hunk that snuck into this patch] Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/maintab.h')
-rw-r--r--qt-ui/maintab.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-ui/maintab.h b/qt-ui/maintab.h
index 20a72d09a..f3aec5458 100644
--- a/qt-ui/maintab.h
+++ b/qt-ui/maintab.h
@@ -86,7 +86,7 @@ slots:
void updateTextLabels(bool showUnits = true);
void escDetected(void);
void photoDoubleClicked(const QString filePath);
-
+ void removeSelectedPhotos();
private:
Ui::MainTab ui;
WeightModel *weightModel;