diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2016-03-02 04:41:36 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-03-02 04:46:26 -0800 |
commit | 3b37844708d0bcbac3dbec86a44d6dfff69639a0 (patch) | |
tree | db4674939cf3312662ae0eaa959cb6291a8d5462 /qt-mobile/qmlmanager.h | |
parent | b275e604c13004427e37cc1f42139d2f412158f2 (diff) | |
download | subsurface-3b37844708d0bcbac3dbec86a44d6dfff69639a0.tar.gz |
Add helper functions to identify the position of a dive in the dive list
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 41ca2271f..17fe699e4 100644 --- a/qt-mobile/qmlmanager.h +++ b/qt-mobile/qmlmanager.h @@ -103,6 +103,7 @@ public slots: void finishSetup(); void openLocalThenRemote(QString url); void showMap(const QString& location); + int getIndex(const QString& diveId); QString getNumber(const QString& diveId); QString getDate(const QString& diveId); QString getCurrentPosition(); |