QML UI: refresh divelist after GPS data was successfully applied

And create a helper to do so to make the code simpler.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2016-01-10 19:34:21 -08:00
parent 956b864319
commit 4f10f7f7ae
4 changed files with 19 additions and 9 deletions

View file

@ -86,6 +86,7 @@ public slots:
QString getDate(QString diveId);
QString getCurrentPosition();
void deleteGpsFix(quint64 when);
void refreshDiveList();
private:
QString m_cloudUserName;