diff options
author | Stefan Fuchs <sfuchs@gmx.de> | 2017-12-03 09:19:26 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-12-13 05:48:20 -0800 |
commit | 5b7e4c57f78c9ec2087726ecad89797132a32d08 (patch) | |
tree | 77f238222bf5a5056997eb26c76d168d780dec35 /qt-models/divepicturemodel.h | |
parent | a11622623a43369368206e1e3b6a6b3173ad43fb (diff) | |
download | subsurface-5b7e4c57f78c9ec2087726ecad89797132a32d08.tar.gz |
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 <sfuchs@gmx.de>
Diffstat (limited to 'qt-models/divepicturemodel.h')
-rw-r--r-- | qt-models/divepicturemodel.h | 1 |
1 files changed, 1 insertions, 0 deletions
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<QFuture<void>>); void removePicture(const QString& fileUrl, bool last); + int rowDDStart, rowDDEnd; protected: DivePictureModel(); |