diff options
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 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(); |