summaryrefslogtreecommitdiffstats
path: root/qt-mobile/qmlmanager.h
diff options
context:
space:
mode:
authorGravatar Joakim Bygdell <j.bygdell@gmail.com>2016-01-25 18:44:52 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2016-01-25 11:14:33 -0800
commite0725966b1740f35c986466210bb384f1ece1b7f (patch)
tree086255f349accc94d1ed55fe5ed20350d096eb41 /qt-mobile/qmlmanager.h
parent19588ce1399381129f86b4cc54e0c6522852e666 (diff)
downloadsubsurface-e0725966b1740f35c986466210bb384f1ece1b7f.tar.gz
QML UI: Add helper function to get weights
Helper function that retrieved the total weight for a dive to be displayed on the DiveDetials page. Signed-off-by: Joakim Bygdell <j.bygdell@gmail.com> 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 57b67c24a..bcaf9c726 100644
--- a/qt-mobile/qmlmanager.h
+++ b/qt-mobile/qmlmanager.h
@@ -85,6 +85,7 @@ public slots:
QString getDate(QString diveId);
QString getCurrentPosition();
QString getCylinder(QString diveId);
+ QString getWeights(QString diveId);
void deleteGpsFix(quint64 when);
void refreshDiveList();