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:
parent
ffa3c48593
commit
f9cd09b000
@ -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),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user