diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2013-11-17 15:36:57 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-11-17 15:36:57 -0800 |
commit | a2d6bd5c1df74734ec43a58cda120587ef28a0bd (patch) | |
tree | 155919ea5249ad7b30eed9e5d03d32acb926c8a8 /qt-ui/divelistview.h | |
parent | 7a6ff7a53cc23c2129fb5f4d4046acf71404b087 (diff) | |
download | subsurface-a2d6bd5c1df74734ec43a58cda120587ef28a0bd.tar.gz |
Add "add dive(s) to trip above" feature
This honors the sort order of the dive list when figuring which trip is
"above". It works both on a single dive or all selected dives.
This also fixes a couple other cases where the dive list selection and
trip display could get messed up.
Fixes #287
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/divelistview.h')
-rw-r--r-- | qt-ui/divelistview.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-ui/divelistview.h b/qt-ui/divelistview.h index f257d3b38..3d486d1bd 100644 --- a/qt-ui/divelistview.h +++ b/qt-ui/divelistview.h @@ -43,6 +43,7 @@ public slots: void mergeTripAbove(); void mergeTripBelow(); void newTripAbove(); + void addToTripAbove(); void mergeDives(); void saveSelectedDivesAs(); void exportSelectedDivesAsUDDF(); |