summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qbluetoothlocaldevice_p.h
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@digia.com>2014-04-16 17:32:21 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-04-22 12:01:36 +0200
commitc71404f34cc6a2fa6b52ab7adcfc72f8fa795b0e (patch)
tree72827524f0bb26d2819a1fb13fd8b527fcdc8ae4 /src/bluetooth/qbluetoothlocaldevice_p.h
parent8a52d4bd4f2cf1d9a44cd1f95ad3e2d8da4c132b (diff)
Bluez4: Fix incorrect list of connected devices in QBluetoothLocalDevice
ConnectionChange signals were never emitted for remote devices which already existed at class instanciation time. At the same time this patch removes the delayed creation of the connectedDevices set. This simplifies the code and the caching did not save much effort. Task-number: QTBUG-38402 Change-Id: Ic871f919435c0d42ce2d79fd54f0da693816010a Reviewed-by: Oleg Shparber <trollixx@gmail.com> Reviewed-by: Fabian Bumberger <fbumberger@rim.com> Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
Diffstat (limited to 'src/bluetooth/qbluetoothlocaldevice_p.h')
-rw-r--r--src/bluetooth/qbluetoothlocaldevice_p.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/bluetooth/qbluetoothlocaldevice_p.h b/src/bluetooth/qbluetoothlocaldevice_p.h
index 61527d31..f00c33bf 100644
--- a/src/bluetooth/qbluetoothlocaldevice_p.h
+++ b/src/bluetooth/qbluetoothlocaldevice_p.h
@@ -168,8 +168,6 @@ private:
QBluetoothLocalDevice *q_ptr;
- bool connectedCached;
-
void initializeAdapter();
};