mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-07 20:44:35 +00:00
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:
parent
92ad7865d0
commit
c3c5256dc4
1 changed files with 0 additions and 3 deletions
|
@ -29,9 +29,6 @@ public:
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
DivePictureModel();
|
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;
|
QList<PictureEntry> pictures;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue