From 9d73b6602483fc0b8609adc041d824ec5e43ee62 Mon Sep 17 00:00:00 2001 From: Berthold Stoeger Date: Sun, 3 Jun 2018 17:51:59 +0200 Subject: Profile: open pictures using local file path Make the behavior of the profile-pictures consistent with the pictures in the photos-tab: Use the local file path to open the picture in the system viewer instead of the canonical filename (which might point to a non-existing location). Signed-off-by: Berthold Stoeger --- profile-widget/divepixmapitem.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'profile-widget') diff --git a/profile-widget/divepixmapitem.cpp b/profile-widget/divepixmapitem.cpp index 58d6f2776..959e8d2c4 100644 --- a/profile-widget/divepixmapitem.cpp +++ b/profile-widget/divepixmapitem.cpp @@ -3,6 +3,7 @@ #include "profile-widget/animationfunctions.h" #include "qt-models/divepicturemodel.h" #include "core/pref.h" +#include "core/qthelper.h" #ifndef SUBSURFACE_MOBILE #include "desktop-widgets/preferences/preferencesdialog.h" #endif @@ -106,9 +107,8 @@ void DivePictureItem::hoverLeaveEvent(QGraphicsSceneHoverEvent*) void DivePictureItem::mousePressEvent(QGraphicsSceneMouseEvent *event) { - if (event->button() == Qt::LeftButton) { - QDesktopServices::openUrl(QUrl::fromLocalFile(fileUrl)); - } + if (event->button() == Qt::LeftButton) + QDesktopServices::openUrl(QUrl::fromLocalFile(localFilePath(fileUrl))); } void DivePictureItem::removePicture() -- cgit v1.2.3-70-g09d2