summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qbluetoothlocaldevice.cpp
diff options
context:
space:
mode:
authorFabian Bumberger <fbumberger@rim.com>2013-08-01 18:15:07 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-08-06 13:10:31 +0200
commitd7ab00bac1d94bfdca412fab47a0d125f70bcb3a (patch)
tree6dd4accde959f920c9a5de5296f176070f1dfaa5 /src/bluetooth/qbluetoothlocaldevice.cpp
parenteacbe014db7a502b1045e848dc7ca40a2bb9e635 (diff)
QNX: Emit pairing finished signal
Pairing finished signal is emitted after pairing was requested. Also fixes a typo and a bug where the q Pointer was not saved. Task-number: QTBUG-32247 Change-Id: Ia2d32fdafd9510908f278edda927071199326f5d Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
Diffstat (limited to 'src/bluetooth/qbluetoothlocaldevice.cpp')
-rw-r--r--src/bluetooth/qbluetoothlocaldevice.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bluetooth/qbluetoothlocaldevice.cpp b/src/bluetooth/qbluetoothlocaldevice.cpp
index 68659d8a..22d3986a 100644
--- a/src/bluetooth/qbluetoothlocaldevice.cpp
+++ b/src/bluetooth/qbluetoothlocaldevice.cpp
@@ -220,6 +220,7 @@ bool QBluetoothLocalDevice::isValid() const
\fn QBluetoothLocalDevice::requestPairing(const QBluetoothAddress &address, Pairing pairing)
Set the \a pairing status with \a address. The results are returned by the signal, pairingFinished().
+ On BlackBerry AuthorizedPaired is not possible and will have the same behavior as Paired.
Caution: creating a pairing may take minutes, and may require the user to acknowledge.
*/