subsurface/mobile-widgets
Berthold Stoeger ad7ffa0af0 Import: Make DownloadThread a subobject of DiveImportedModel
Currently, desktop and mobile are accessing the DownloadThread
and the DiveImportedModel concurrently. This makes a big data
flow mess. To achieve a more hierarchical data flow, start
by making the DownloadThread a subobject of DiveImportedModel.

Start the download by calling a function in DiveImportedModel.

Route the finished signal through DiveImportedModel. Thus,
the model can reload itself with the new data.

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
2019-10-02 08:04:49 -07:00
..
qml Import: Make DownloadThread a subobject of DiveImportedModel 2019-10-02 08:04:49 -07:00
qmlmanager.cpp Mobile: clear dive data via model 2019-09-27 16:33:37 -07:00
qmlmanager.h Revert the singleton PR 2019-09-27 16:26:58 -07:00
qmlprefs.cpp Revert the singleton PR 2019-09-27 16:26:58 -07:00
qmlprefs.h Revert the singleton PR 2019-09-27 16:26:58 -07:00