Add helper to delete dive from QML

Once again we make this save the changes to the local cache without being
prompted.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2016-02-23 13:39:40 +01:00
parent ae22b7cae0
commit 2772ab8764
2 changed files with 18 additions and 1 deletions

View file

@ -91,6 +91,7 @@ public slots:
QString startpressure, QString endpressure, QString gasmix);
void saveChanges();
void deleteDive(int id);
QString addDive();
void addDiveAborted(int id);
void applyGpsData();