summaryrefslogtreecommitdiffstats
path: root/desktop-widgets/divepicturewidget.h
diff options
context:
space:
mode:
authorGravatar Robert C. Helling <helling@atdotde.de>2015-11-03 21:17:50 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-11-24 09:22:16 -0800
commitd8e38764fd24bd0bce965a7404a92227d98bbf36 (patch)
tree430e5e6075999ca4d80c6b2605dbf80a8291db8d /desktop-widgets/divepicturewidget.h
parent350f6aa2fd34469fbd8f270f8f840542b2c24374 (diff)
downloadsubsurface-d8e38764fd24bd0bce965a7404a92227d98bbf36.tar.gz
Drag and Drop Images
Now that we have the possibility to add images without meaningful time stamps to a dive, we should let the user provide that time offset manually. This patch allowed pictures to be dragged from the image list to the profile. Signed-off-by: Robert C. Helling <helling@atdotde.de> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'desktop-widgets/divepicturewidget.h')
-rw-r--r--desktop-widgets/divepicturewidget.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/desktop-widgets/divepicturewidget.h b/desktop-widgets/divepicturewidget.h
index 3dc9767f1..87e8eec33 100644
--- a/desktop-widgets/divepicturewidget.h
+++ b/desktop-widgets/divepicturewidget.h
@@ -10,6 +10,9 @@ class DivePictureWidget : public QListView {
Q_OBJECT
public:
DivePictureWidget(QWidget *parent);
+protected:
+ void mousePressEvent(QMouseEvent *event) Q_DECL_OVERRIDE;
+
signals:
void photoDoubleClicked(const QString filePath);
private