summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Wolff <oliver.wolff@qt.io>2018-03-01 10:13:08 +0100
committerOliver Wolff <oliver.wolff@qt.io>2018-03-01 11:53:30 +0000
commitcfdfce6139c27e1c9f2e9dace2534b4f052cc0ba (patch)
tree9acb29aa484b1d5eacbfdb180513dd6db6e27ac5
parente03ac5fa38b51275dd62668a04ef279243299cd4 (diff)
doc: State that QBluetoothLocalDevice is not supported on winrt
As the winrt backend is the only available Windows backend atm, it probably causes least confusion if we state that the class is not available when using Windows. Change-Id: Ide9a1ad799c1bc19f0d503ac78e9f6b32f44b574 Reviewed-by: Andy Shaw <andy.shaw@qt.io> Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
-rw-r--r--src/bluetooth/qbluetoothlocaldevice.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bluetooth/qbluetoothlocaldevice.cpp b/src/bluetooth/qbluetoothlocaldevice.cpp
index e52dd88f..78095beb 100644
--- a/src/bluetooth/qbluetoothlocaldevice.cpp
+++ b/src/bluetooth/qbluetoothlocaldevice.cpp
@@ -56,7 +56,7 @@ QT_BEGIN_NAMESPACE
QBluetoothLocalDevice provides functions for getting and setting the state of local Bluetooth
devices.
- On iOS, this class cannot be used because the platform does not expose
+ On iOS and Windows, this class cannot be used because the platform does not expose
any data or API which may provide information on the local Bluetooth device.
*/