aboutsummaryrefslogtreecommitdiffstats
path: root/mobile-widgets/qmlmanager.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2017-12-05 11:49:18 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-12-05 19:29:59 -0800
commit0e789c601652c6d4efeab123e2c6b7416c3260cb (patch)
tree0e74ac22d370c1efcbaaf288b8a58e598bb8674b /mobile-widgets/qmlmanager.h
parent5be38b2b14af93e9e5880605fee62ab11d3b16fa (diff)
downloadsubsurface-0e789c601652c6d4efeab123e2c6b7416c3260cb.tar.gz
We no longer support Subsurface-mobile without BT support
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'mobile-widgets/qmlmanager.h')
-rw-r--r--mobile-widgets/qmlmanager.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/mobile-widgets/qmlmanager.h b/mobile-widgets/qmlmanager.h
index 548f01921..cd827da4d 100644
--- a/mobile-widgets/qmlmanager.h
+++ b/mobile-widgets/qmlmanager.h
@@ -9,9 +9,7 @@
#include <QElapsedTimer>
#include <QColor>
-#if defined(BT_SUPPORT)
#include "core/btdiscovery.h"
-#endif
#include "core/gpslocation.h"
#include "core/downloadfromdcthread.h"
#include "qt-models/divelistmodel.h"
@@ -138,9 +136,7 @@ public:
bool showPin() const;
void setShowPin(bool enable);
Q_INVOKABLE void setStatusbarColor(QColor color);
-#if defined(BT_SUPPORT)
void btHostModeChange(QBluetoothLocalDevice::HostMode state);
-#endif
#if defined(Q_OS_ANDROID)
void writeToAppLogFile(QString logText);