diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2017-12-10 00:07:46 +0100 |
---|---|---|
committer | Robert C. Helling <helling@atdotde.de> | 2017-12-10 15:00:53 +0100 |
commit | c73828d6055db664354ae5d1b2637d379294ef8a (patch) | |
tree | d750fbabc588d9fd672b4b58cef152ad138573b1 /qt-models/divelocationmodel.cpp | |
parent | a07d3b7bfe30f92df8d7e12d364db5aec0a18e46 (diff) | |
download | subsurface-c73828d6055db664354ae5d1b2637d379294ef8a.tar.gz |
Simplify DivePictureModel
The code of DivePictureModel used a QHash to keep track of thumbnails.
Not only was the code rather complex - it also had the consequence that
pictures are sorted according to the hash function, i.e. seemingly
random.
This commit replaces the QHash by a simple QList which keeps track
of thumbnails and some meta-data.
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'qt-models/divelocationmodel.cpp')
0 files changed, 0 insertions, 0 deletions