From 5ccf3e81eb3a0254a1f85fcbd9bd4c6ea3addcb1 Mon Sep 17 00:00:00 2001 From: Claudiu Olteanu Date: Sat, 18 Jul 2015 20:54:31 +0300 Subject: Log errors which occur during Bluetooth device discovery Register to the signal emmited when an error occurs during Bluetooth device discovery and log a description of the error which can be used to identify problem's cause. Signed-off-by: Claudiu Olteanu Signed-off-by: Dirk Hohndel --- qt-ui/btdeviceselectiondialog.h | 1 + 1 file changed, 1 insertion(+) (limited to 'qt-ui/btdeviceselectiondialog.h') diff --git a/qt-ui/btdeviceselectiondialog.h b/qt-ui/btdeviceselectiondialog.h index 9c040dc68..b6c34e8b8 100644 --- a/qt-ui/btdeviceselectiondialog.h +++ b/qt-ui/btdeviceselectiondialog.h @@ -37,6 +37,7 @@ private slots: void displayPairingMenu(const QPoint &pos); void pairingFinished(const QBluetoothAddress &address,QBluetoothLocalDevice::Pairing pairing); void error(QBluetoothLocalDevice::Error error); + void deviceDiscoveryError(QBluetoothDeviceDiscoveryAgent::Error error); void localDeviceChanged(int); private: -- cgit v1.2.3-70-g09d2