aboutsummaryrefslogtreecommitdiffstats
path: root/qt-mobile/qmlmanager.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2016-02-23 13:39:40 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2016-02-23 14:07:49 +0100
commit2772ab8764ff1bab1baf77f13ebb0845db21a7d4 (patch)
treece52117eb02f21493312bfaceab3a71e6ff72f0f /qt-mobile/qmlmanager.h
parentae22b7cae00bc3f55e3144a0122eb3279332ad41 (diff)
downloadsubsurface-2772ab8764ff1bab1baf77f13ebb0845db21a7d4.tar.gz
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>
Diffstat (limited to 'qt-mobile/qmlmanager.h')
-rw-r--r--qt-mobile/qmlmanager.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-mobile/qmlmanager.h b/qt-mobile/qmlmanager.h
index 433001a5a..fec29c13c 100644
--- a/qt-mobile/qmlmanager.h
+++ b/qt-mobile/qmlmanager.h
@@ -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();