mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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>
This commit is contained in:
parent
19588ce139
commit
e0725966b1
3 changed files with 22 additions and 1 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue