mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 14:25:27 +00:00
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
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue