Index: sources/view/VBluetooth.h =================================================================== diff -u -ra47e7059c91c50cee3e05972fe5d96c053cdfb31 -rfaa306f41ddc70a48d042cc265396ef32116ad97 --- sources/view/VBluetooth.h (.../VBluetooth.h) (revision a47e7059c91c50cee3e05972fe5d96c053cdfb31) +++ sources/view/VBluetooth.h (.../VBluetooth.h) (revision faa306f41ddc70a48d042cc265396ef32116ad97) @@ -41,12 +41,12 @@ void doScanForDevices(); QVariant doGetDevices(); QVariant doGetPairedDevices(); - void doSelectDevice(const QString &addr); + void doSelectDevice(const QString &addr, const QString &name); void doSaveMyDevices(const QString &path = Bluetooth_Saved_Devices_Path_JSON); signals: void didDevicesChanged(); - void didSelectDevice(const QString &addr); + void didSelectDevice(const QString &addr, const QString &name); void didScanFinished(); void didStatusChanged(); void didRequestScanForDevices();