downloader: small improvements

Provide supported dive computer list on the command line
and actually call the cli download. Still not functional.

Signed-off-by: Robert C. Helling <helling@atdotde.de>
This commit is contained in:
Robert C. Helling 2020-11-15 22:12:21 +01:00 committed by Dirk Hohndel
parent 31f0741ecc
commit b39e77071e
5 changed files with 18 additions and 3 deletions

View file

@ -4,7 +4,7 @@
#include <QObject>
#include <QUndoStack>
extern "C"
void cliDownloader(const char *vendor, const char *product, const char *device)
{
DiveImportedModel *diveImportedModel = new DiveImportedModel();