diff options
author | Joakim Bygdell <j.bygdell@gmail.com> | 2016-01-25 18:44:51 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-01-25 11:14:30 -0800 |
commit | 19588ce1399381129f86b4cc54e0c6522852e666 (patch) | |
tree | 7327dbde6a2ec8a77354284434a670c7b50ba178 /qt-mobile/qmlmanager.h | |
parent | 1c3a1433e42dd69f823cea78ea2862ea14620f9b (diff) | |
download | subsurface-19588ce1399381129f86b4cc54e0c6522852e666.tar.gz |
QML UI: Add helper function to get cylinder info
Helper function that retrieves the cylinder description to be displayed in the
DiveDetails. Only the first cylinder for a dive is retrieved.
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.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-mobile/qmlmanager.h b/qt-mobile/qmlmanager.h index 4e4646158..57b67c24a 100644 --- a/qt-mobile/qmlmanager.h +++ b/qt-mobile/qmlmanager.h @@ -84,6 +84,7 @@ public slots: QString getNumber(QString diveId); QString getDate(QString diveId); QString getCurrentPosition(); + QString getCylinder(QString diveId); void deleteGpsFix(quint64 when); void refreshDiveList(); |