mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
cd7488491f
commit
3f7490c205
2 changed files with 11 additions and 1 deletions
|
@ -36,6 +36,7 @@ public slots:
|
|||
void headerClicked(int);
|
||||
void showSearchEdit();
|
||||
void removeFromTrip();
|
||||
void deleteDive();
|
||||
void testSlot();
|
||||
|
||||
Q_SIGNALS:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue