diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2013-11-15 11:32:19 +0900 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-11-15 11:32:19 +0900 |
commit | 5961579cda23c05b1d4bdc8251accfc8132aad4f (patch) | |
tree | aa7d7acc9db3e556b8b719768933654de1b68a2d /qt-ui/divelistview.h | |
parent | 2c57568d563feb95ef67bb8480bbb839d2daaaf8 (diff) | |
download | subsurface-5961579cda23c05b1d4bdc8251accfc8132aad4f.tar.gz |
Manually add trips from dive list context menu
We had all the logic, we were just lacking the UI.
Fixes #243
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 222a9929a..d03167635 100644 --- a/qt-ui/divelistview.h +++ b/qt-ui/divelistview.h @@ -42,6 +42,7 @@ public slots: void fixMessyQtModelBehaviour(); void mergeTripAbove(); void mergeTripBelow(); + void newTripAbove(); void mergeDives(); void saveSelectedDivesAs(); void exportSelectedDivesAsUDDF(); |