summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qbluetoothlocaldevice_qnx.cpp
diff options
context:
space:
mode:
authorFabian Bumberger <fbumberger@rim.com>2012-11-23 19:29:10 +0100
committerAlex <ablasche@gmail.com>2012-11-27 04:48:59 +0100
commit36976cb4f5d894beb4689af054e0456b7c7a154f (patch)
tree4d6949d3ea288deccf8ab8268db92cca714bf403 /src/bluetooth/qbluetoothlocaldevice_qnx.cpp
parent159b646d7c2ab63d848e7f82abdefa5f4b777bb8 (diff)
QNX making the device discovery agent more robust
Change-Id: Ibb7da66092e0edca9ac3d7e801275de5d166d6d8 Reviewed-by: Alex <ablasche@gmail.com>
Diffstat (limited to 'src/bluetooth/qbluetoothlocaldevice_qnx.cpp')
-rw-r--r--src/bluetooth/qbluetoothlocaldevice_qnx.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bluetooth/qbluetoothlocaldevice_qnx.cpp b/src/bluetooth/qbluetoothlocaldevice_qnx.cpp
index 9b128b44..3652d8e0 100644
--- a/src/bluetooth/qbluetoothlocaldevice_qnx.cpp
+++ b/src/bluetooth/qbluetoothlocaldevice_qnx.cpp
@@ -121,7 +121,7 @@ QBluetoothLocalDevicePrivate::QBluetoothLocalDevicePrivate()
QBluetoothLocalDevicePrivate::~QBluetoothLocalDevicePrivate()
{
- ppsUnregisterControl();
+ ppsUnregisterControl(this);
}
QBluetoothAddress QBluetoothLocalDevicePrivate::address()