Commit 4211dca4 authored by dogmaphobic's avatar dogmaphobic

Forgot to disallow "Auto Connect" for Bluetooth.

parent 054fab6c
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment