diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2020-03-20 15:59:38 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-03-21 14:31:37 -0700 |
commit | 30e6102886a5a8d2fc38d2a1b0d425cdcea0fbe0 (patch) | |
tree | 9a4260262693dc39a63b211de1beecd70ae99e3c /mobile-widgets/qmlmanager.h | |
parent | c77cc93eecb4ed4663110e97817fe7524046e8aa (diff) | |
download | subsurface-30e6102886a5a8d2fc38d2a1b0d425cdcea0fbe0.tar.gz |
mobile/divelist: add UI to toggle dive invalid flag
This reuses the corresponding undo command.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'mobile-widgets/qmlmanager.h')
-rw-r--r-- | mobile-widgets/qmlmanager.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mobile-widgets/qmlmanager.h b/mobile-widgets/qmlmanager.h index 73fa7917c..b124ea7e6 100644 --- a/mobile-widgets/qmlmanager.h +++ b/mobile-widgets/qmlmanager.h @@ -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); |