downloader: save downloaded dives

Signed-off-by: Robert C. Helling <helling@atdotde.de>
This commit is contained in:
Robert C. Helling 2020-11-27 21:32:40 +01:00 committed by Dirk Hohndel
parent 5e34531e32
commit 40311362f3
3 changed files with 14 additions and 1 deletions

View file

@ -147,6 +147,7 @@ void DiveImportedModel::startDownload()
void DiveImportedModel::waitForDownload()
{
thread.wait();
downloadThreadFinished();
}
std::tuple<struct dive_table, struct dive_site_table, struct device_table> DiveImportedModel::consumeTables()