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>
This commit is contained in:
Dirk Hohndel 2013-06-06 10:37:18 +09:00
parent cd7488491f
commit 3f7490c205
2 changed files with 11 additions and 1 deletions

View file

@ -36,6 +36,7 @@ public slots:
void headerClicked(int);
void showSearchEdit();
void removeFromTrip();
void deleteDive();
void testSlot();
Q_SIGNALS: