From 5b7e4c57f78c9ec2087726ecad89797132a32d08 Mon Sep 17 00:00:00 2001 From: Stefan Fuchs Date: Sun, 3 Dec 2017 09:19:26 +0100 Subject: Dive pictures show pictures of all selected dives In the dive picture tab show pictures of all selected dive. But at the same moment take care that in the profile only pictures from displayed_dive are displayed. Signed-off-by: Stefan Fuchs --- qt-models/divepicturemodel.h | 1 + 1 file changed, 1 insertion(+) (limited to 'qt-models/divepicturemodel.h') diff --git a/qt-models/divepicturemodel.h b/qt-models/divepicturemodel.h index 2ae3c3798..9602d84bc 100644 --- a/qt-models/divepicturemodel.h +++ b/qt-models/divepicturemodel.h @@ -26,6 +26,7 @@ public: virtual void updateDivePictures(); void updateDivePicturesWhenDone(QList>); void removePicture(const QString& fileUrl, bool last); + int rowDDStart, rowDDEnd; protected: DivePictureModel(); -- cgit v1.2.3-70-g09d2