mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Dive list: add option to mark dives valid
If the dive the user clicked on is invalid show an option to make the dive valid. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
65acd9976c
commit
ca336d13e5
2 changed files with 10 additions and 1 deletions
|
@ -47,6 +47,7 @@ slots:
|
|||
void removeFromTrip();
|
||||
void deleteDive();
|
||||
void markDiveInvalid();
|
||||
void markDiveValid();
|
||||
void rowsInserted(const QModelIndex &parent, int start, int end) override;
|
||||
void reset() override;
|
||||
void mergeTripAbove();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue