summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorOliver Wolff <oliver.wolff@qt.io>2018-11-15 14:06:12 +0100
committerOliver Wolff <oliver.wolff@qt.io>2018-11-16 08:07:20 +0000
commitd55434e4e36132d0c09107f22323b02cd1dff3a9 (patch)
treeca52ec18ce6e0f8562391569feb4d858ad845eeb /src
parent29d0ef969273576792abfe0c76cc14df51d97e6b (diff)
winrt: Clarify situation of ServiceClassIds and ProtocolDescriptorList
Change-Id: I355f7b5d83b925af785a35ca27cc0943f346665e Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/bluetooth/qbluetoothserviceinfo.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/bluetooth/qbluetoothserviceinfo.cpp b/src/bluetooth/qbluetoothserviceinfo.cpp
index 9da1cf78..74b17ac4 100644
--- a/src/bluetooth/qbluetoothserviceinfo.cpp
+++ b/src/bluetooth/qbluetoothserviceinfo.cpp
@@ -134,6 +134,10 @@ QT_BEGIN_NAMESPACE
\value ServiceName Name of the Bluetooth service in the primary language.
\value ServiceDescription Description of the Bluetooth service in the primary language.
\value ServiceProvider Name of the company / entity that provides the Bluetooth service primary language.
+
+ \note On Windows ServiceClassIds and ProtocolDescriptorList are automatically set to default
+ values when a service is created. Manually setting values for these attributes will not work and
+ might lead to unexpected results on this platform.
*/
/*!