summaryrefslogtreecommitdiffstats
path: root/desktop-widgets/downloadfromdivecomputer.h
diff options
context:
space:
mode:
Diffstat (limited to 'desktop-widgets/downloadfromdivecomputer.h')
-rw-r--r--desktop-widgets/downloadfromdivecomputer.h14
1 files changed, 2 insertions, 12 deletions
diff --git a/desktop-widgets/downloadfromdivecomputer.h b/desktop-widgets/downloadfromdivecomputer.h
index b1967766a..906cc6eb7 100644
--- a/desktop-widgets/downloadfromdivecomputer.h
+++ b/desktop-widgets/downloadfromdivecomputer.h
@@ -10,6 +10,8 @@
#include "core/libdivecomputer.h"
#include "desktop-widgets/configuredivecomputerdialog.h"
+#include "core/downloadfromdcthread.h"
+
#include "ui_downloadfromdivecomputer.h"
#if defined(BT_SUPPORT)
@@ -19,18 +21,6 @@
class QStringListModel;
class DiveImportedModel;
-class DownloadThread : public QThread {
- Q_OBJECT
-public:
- DownloadThread(QObject *parent, device_data_t *data);
- virtual void run();
-
- QString error;
-
-private:
- device_data_t *data;
-};
-
class DownloadFromDCWidget : public QDialog {
Q_OBJECT
public: