aboutsummaryrefslogtreecommitdiffstats
path: root/qt-ui/divelistview.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2013-06-06 10:37:18 +0900
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-06-06 10:37:18 +0900
commit3f7490c2053090bfd54de2fcb4df23c5be7b5ffd (patch)
tree6d50a903068e8afd93da281f40e712d029c0c095 /qt-ui/divelistview.h
parentcd7488491ff2a3be57ba018c4fb8f1a30d749679 (diff)
downloadsubsurface-3f7490c2053090bfd54de2fcb4df23c5be7b5ffd.tar.gz
Add delete dive context menu entry
Getting closer to the way this should work. Adjusted the call to reload to not switch back to tree view and resort (oops). Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/divelistview.h')
-rw-r--r--qt-ui/divelistview.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-ui/divelistview.h b/qt-ui/divelistview.h
index 40e2d5892..745c64d69 100644
--- a/qt-ui/divelistview.h
+++ b/qt-ui/divelistview.h
@@ -36,6 +36,7 @@ public slots:
void headerClicked(int);
void showSearchEdit();
void removeFromTrip();
+ void deleteDive();
void testSlot();
Q_SIGNALS: