diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2019-04-15 22:16:33 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2019-04-16 23:46:19 +1200 |
commit | 09c0d7a6f537d83068878c39f18f36f9dcb18d7f (patch) | |
tree | bd0a2ccb44b9e09424aa2ca7d58f4aa60eab3771 /INSTALL | |
parent | 5b270dd895a57942981a4bb9a3b0993d04f1049f (diff) | |
download | subsurface-09c0d7a6f537d83068878c39f18f36f9dcb18d7f.tar.gz |
Desktop: enable sorting in dive site selection widget
The dive site selection widget implements a lessThan() function, but
that was never called. Apparently in a QListView one has to start
sorting by hand? Do just that.
In any case, the lessThan function was erroneous as it would happily
sort away the first two special entries. Fix it with a special case
for these to.
Finally use case insensitive string comparison.
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'INSTALL')
0 files changed, 0 insertions, 0 deletions