Index: sources/gui/qml/pages/SettingsBluetooth.qml =================================================================== diff -u -r0470ff6f209ff0c5089f8f0849b6da04f60f8f41 -r1d006f4e732fa2c5335d5adff425d0f39a99d37c --- sources/gui/qml/pages/SettingsBluetooth.qml (.../SettingsBluetooth.qml) (revision 0470ff6f209ff0c5089f8f0849b6da04f60f8f41) +++ sources/gui/qml/pages/SettingsBluetooth.qml (.../SettingsBluetooth.qml) (revision 1d006f4e732fa2c5335d5adff425d0f39a99d37c) @@ -44,7 +44,7 @@ width: Variables.settingsBLEButtonWidth text.text: "Scan for devices" animated: true - onClicked: vBluetooth.onScanForDevices() + onClicked: vBluetooth.doScanForDevices() } Rectangle { @@ -102,7 +102,7 @@ } onClicked: { - vBluetooth.onSelectedDevice(modelData.address) + vBluetooth.doSelectDevice(modelData.address) } } }