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:
Berthold Stoeger 2019-12-13 06:33:12 +01:00 committed by Dirk Hohndel
parent 65acd9976c
commit ca336d13e5
2 changed files with 10 additions and 1 deletions

View file

@ -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();