diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2015-12-26 20:02:23 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-12-26 20:02:23 -0800 |
commit | ce2b910cdbd79547ab78ad65fb95f10fa19ea9dd (patch) | |
tree | c5cdd0a3c09e17e652e4bf304847a3bb6b49960e /qt-mobile/qmlmanager.h | |
parent | 763986b683324effd86157ddec8951e74406dac7 (diff) | |
download | subsurface-ce2b910cdbd79547ab78ad65fb95f10fa19ea9dd.tar.gz |
Two more helper functions for the QML manager
I'm not sure this is the best way to do this - QML should be able to get to the
model data directly (I hope?). But this seems to work and I need it to make Add
Dive be semi-correct.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-mobile/qmlmanager.h')
-rw-r--r-- | qt-mobile/qmlmanager.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qt-mobile/qmlmanager.h b/qt-mobile/qmlmanager.h index f6ed60aed..be37f5a74 100644 --- a/qt-mobile/qmlmanager.h +++ b/qt-mobile/qmlmanager.h @@ -79,6 +79,8 @@ public slots: void clearGpsData(); void finishSetup(); void showMap(QString location); + QString getNumber(QString diveId); + QString getDate(QString diveId); private: QString m_cloudUserName; |