mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
We no longer support Subsurface-mobile without BT support
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
5be38b2b14
commit
0e789c6016
2 changed files with 0 additions and 12 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue