summaryrefslogtreecommitdiffstats
path: root/core/downloadfromdcthread.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'core/downloadfromdcthread.cpp')
-rw-r--r--core/downloadfromdcthread.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/core/downloadfromdcthread.cpp b/core/downloadfromdcthread.cpp
index e837b0442..69c41c229 100644
--- a/core/downloadfromdcthread.cpp
+++ b/core/downloadfromdcthread.cpp
@@ -212,6 +212,11 @@ DCDeviceData::DCDeviceData(QObject *parent) : QObject(parent)
data.download_table = nullptr;
data.diveid = 0;
data.deviceid = 0;
+ data.bluetooth_mode = true;
+ data.force_download = false;
+ data.create_new_trip = false;
+ data.libdc_dump = false;
+ data.libdc_log = false;
if (m_instance) {
qDebug() << "already have an instance of DCDevieData";
return;