summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qbluetoothlocaldevice_p.h
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@qt.io>2017-02-10 17:26:01 +0100
committerAlex Blasche <alexander.blasche@qt.io>2017-02-17 12:37:01 +0000
commitd8817cebf11c9212f85a5359262d321f3c205c02 (patch)
tree4df24c8376c66bcb2c955372b58dd9cd59712c87 /src/bluetooth/qbluetoothlocaldevice_p.h
parent2eaf5b3428f8440de2535be26bb0dee59fd0740d (diff)
Match connected device changes based on local device instance
A new device connection is only ever for one particular device. Prior to this patch all local device instances (for different adapters) assumed the new connection request would be theirs. Task-number: QTBUG-57417 Change-Id: I0e7ced15cb83df4321284a297ac42b8786f9314b Reviewed-by: Christian Kandeler <christian.kandeler@qt.io> Reviewed-by: Oliver Wolff <oliver.wolff@qt.io> Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
Diffstat (limited to 'src/bluetooth/qbluetoothlocaldevice_p.h')
-rw-r--r--src/bluetooth/qbluetoothlocaldevice_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bluetooth/qbluetoothlocaldevice_p.h b/src/bluetooth/qbluetoothlocaldevice_p.h
index 1848a073..eecc0d1c 100644
--- a/src/bluetooth/qbluetoothlocaldevice_p.h
+++ b/src/bluetooth/qbluetoothlocaldevice_p.h
@@ -200,6 +200,7 @@ private:
QDBusMessage msgConfirmation;
QDBusConnection *msgConnection;
+ QString deviceAdapterPath;
QBluetoothLocalDevice *q_ptr;