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>
This commit is contained in:
Dirk Hohndel 2015-12-26 20:02:23 -08:00
parent 763986b683
commit ce2b910cdb
2 changed files with 22 additions and 0 deletions

View file

@ -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;