summaryrefslogtreecommitdiffstats
path: root/qt-models/divepicturemodel.h
diff options
context:
space:
mode:
authorGravatar Guido Lerch <guido.lerch@gmail.com>2015-10-20 21:03:53 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-11-03 08:31:40 -0800
commit8ce471c2f537c2e73bbcd514a9b5c2b7ae61813d (patch)
tree9d8c6480a32775ea96f0fc0cf31ab7c35e58eb16 /qt-models/divepicturemodel.h
parent3c3523f9b8af25a2eb28042e0de3c527c33506eb (diff)
downloadsubsurface-8ce471c2f537c2e73bbcd514a9b5c2b7ae61813d.tar.gz
Context menu for images: change DivePicture model
Altering DivePicture model to allow deleting images from the QListView without immediate updating of the list. Updating is determined by an additioanl parameter Signed-off-by: Guido Lerch <guido.lerch@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-models/divepicturemodel.h')
-rw-r--r--qt-models/divepicturemodel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-models/divepicturemodel.h b/qt-models/divepicturemodel.h
index d6393e45f..7390fc5eb 100644
--- a/qt-models/divepicturemodel.h
+++ b/qt-models/divepicturemodel.h
@@ -33,7 +33,7 @@ public:
virtual int rowCount(const QModelIndex &parent = QModelIndex()) const;
virtual void updateDivePictures();
void updateDivePicturesWhenDone(QList<QFuture<void> >);
- void removePicture(const QString& fileUrl);
+ void removePicture(const QString& fileUrl, bool last);
protected:
DivePictureModel();