mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
mobile/divelist: add UI to toggle dive invalid flag
This reuses the corresponding undo command. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
c77cc93eec
commit
30e6102886
3 changed files with 18 additions and 1 deletions
|
@ -185,6 +185,7 @@ public slots:
|
|||
void saveChangesCloud(bool forceRemoteSync);
|
||||
void selectDive(int id);
|
||||
void deleteDive(int id);
|
||||
void toggleDiveInvalid(int id);
|
||||
void copyDiveData(int id);
|
||||
void pasteDiveData(int id);
|
||||
bool toggleDiveSite(bool toggle);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue