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
|
@ -37,4 +37,5 @@ void cliDownloader(const char *vendor, const char *product, const char *device)
|
|||
// before we start, remember where the dive_table ended
|
||||
diveImportedModel->startDownload();
|
||||
diveImportedModel->waitForDownload();
|
||||
diveImportedModel->recordDives();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue