diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2020-02-19 14:06:03 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-03-10 09:25:57 -0700 |
commit | 3464e776e23996b9e6085509919713da3c3e44f5 (patch) | |
tree | 19b514bca8efb55b12ee5ffff202240458c069c0 /mobile-widgets/qmlmanager.h | |
parent | 968278fe9125729b6dae163d1362d48adc53b554 (diff) | |
download | subsurface-3464e776e23996b9e6085509919713da3c3e44f5.tar.gz |
mobile UI: add ability to remove dive from its trip
If we remove the newest dive from its trip, it becomes inaccessible in the app,
but the dive data saved to disk appears to be correct.
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 2548767b4..f368ea99d 100644 --- a/mobile-widgets/qmlmanager.h +++ b/mobile-widgets/qmlmanager.h @@ -177,6 +177,7 @@ public slots: QString watertemp, QString suit, QString buddy, QString diveMaster, QString weight, QString notes, QStringList startpressure, QStringList endpressure, QStringList gasmix, QStringList usedCylinder, int rating, int visibility, QString state); + void removeDiveFromTrip(int id); void changesNeedSaving(); void openNoCloudRepo(); void saveChangesLocal(); |