Remove outdated comment

The removed comment in qt-models/divepicturemodel.h described
todo items which were already implemented.

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
Berthold Stoeger 2017-12-10 00:36:40 +01:00 committed by Robert C. Helling
parent 92ad7865d0
commit c3c5256dc4

View file

@ -29,9 +29,6 @@ public:
protected:
DivePictureModel();
// Currently, load the images on the fly
// Later, use a thread to load the images
// Later, save the thumbnails so we don't need to reopen every time.
QList<PictureEntry> pictures;
};