Add helper function for the consumption of loaded dive data

This allows us to call that part of the process from multiple places
in the future.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2016-04-22 07:10:20 -07:00
parent 7c156f3ba1
commit 4b1edceca0
2 changed files with 7 additions and 1 deletions

View file

@ -133,6 +133,7 @@ public slots:
QString getCurrentPosition();
QString getVersion() const;
void deleteGpsFix(quint64 when);
void consumeFinishedLoad(timestamp_t currentDiveTimestamp);
void refreshDiveList();
void screenChanged(QScreen *screen);
qreal lastDevicePixelRatio();