From 56c82081a537e6c15edd2d58567fb8874d4a9f04 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Fri, 6 Oct 2017 07:52:17 -0700 Subject: Make compile succeed without BT_SUPPORT Signed-off-by: Dirk Hohndel --- core/downloadfromdcthread.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/downloadfromdcthread.h') diff --git a/core/downloadfromdcthread.h b/core/downloadfromdcthread.h index f1b450865..ff4b8f39c 100644 --- a/core/downloadfromdcthread.h +++ b/core/downloadfromdcthread.h @@ -9,8 +9,9 @@ #include "dive.h" #include "libdivecomputer.h" #include "connectionlistmodel.h" +#if BT_SUPPORT #include "core/btdiscovery.h" - +#endif /* Helper object for access of Device Data in QML */ class DCDeviceData : public QObject { Q_OBJECT @@ -100,5 +101,4 @@ extern QStringList vendorList; extern QHash productList; extern QMap descriptorLookup; extern ConnectionListModel connectionListModel; - #endif -- cgit v1.2.3-70-g09d2