mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
31f0741ecc
commit
b39e77071e
5 changed files with 18 additions and 3 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue