mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
downloader: save downloaded dives
Signed-off-by: Robert C. Helling <helling@atdotde.de>
This commit is contained in:
parent
5e34531e32
commit
40311362f3
3 changed files with 14 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue