Workaround abuse of the now missing DC_TRANSPORT_BLUETOOTH

The DC_TRANSPORT_BLUETOOTH is quite abused here, and I removed it in our
custom serial code. This works around the issue so subsurface still
compiles.

Signed-off-by: Anton Lundin <glance@acc.umu.se>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Anton Lundin 2016-09-18 14:50:40 +02:00 committed by Dirk Hohndel
parent ffa3c48593
commit f9cd09b000

View file

@ -37,6 +37,9 @@ namespace DownloadFromDcGlobal {
struct dive_table downloadTable;
// Workaround abuse of old libdc types
#define DC_TRANSPORT_BLUETOOTH 1024
DownloadFromDCWidget::DownloadFromDCWidget(QWidget *parent, Qt::WindowFlags f) : QDialog(parent, f),
thread(0),
downloading(false),