Browse Source

Forgot to disallow "Auto Connect" for Bluetooth.

QGC4.4
dogmaphobic 10 years ago
parent
commit
4211dca4e7
  1. 1
      src/comm/BluetoothLink.h

1
src/comm/BluetoothLink.h

@ -105,6 +105,7 @@ public: @@ -105,6 +105,7 @@ public:
void loadSettings (QSettings& settings, const QString& root);
void saveSettings (QSettings& settings, const QString& root);
void updateSettings ();
bool isAutoConnectAllowed () { return false; }
QString settingsURL () { return "BluetoothSettings.qml"; }
public slots:

Loading…
Cancel
Save