summaryrefslogtreecommitdiffstats
path: root/core/downloadfromdcthread.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/downloadfromdcthread.h')
-rw-r--r--core/downloadfromdcthread.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/core/downloadfromdcthread.h b/core/downloadfromdcthread.h
index 3a93115db..4284c2cc6 100644
--- a/core/downloadfromdcthread.h
+++ b/core/downloadfromdcthread.h
@@ -64,13 +64,11 @@ public:
void run() override;
DCDeviceData *data();
- struct dive_table *table();
- struct dive_site_table *sites();
QString error;
-
-private:
struct dive_table downloadTable;
struct dive_site_table diveSiteTable;
+
+private:
DCDeviceData *m_data;
};