mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
When the user cancels a download, reject already downloaded dives
This seems like the more logical behavior, anyway. Cancel means you didn't want the result... Fixes #341 Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
ad6fab9fb0
commit
50a1ed8d6e
2 changed files with 15 additions and 3 deletions
|
@ -59,6 +59,7 @@ private:
|
|||
QHash<QString, QStringList> productList;
|
||||
QMap<QString, dc_descriptor_t *> descriptorLookup;
|
||||
device_data_t data;
|
||||
int previousLast;
|
||||
|
||||
QStringListModel *vendorModel;
|
||||
QStringListModel *productModel;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue