summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuha Vuolle <juha.vuolle@insta.fi>2022-10-13 10:51:12 +0300
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-10-14 08:44:15 +0000
commit9c581f59160e8a7a1d1da32dd557a6c58a77009d (patch)
treeb54756f8ea8d122400c5cabc68e0af9d8e9a93e3
parentc259a1e96a61fe13c081f6a0521973b2d7f6b61e (diff)
Fix unorthodoxically placed parantheses in documentation
Fixes: QTBUG-107224 Change-Id: I6f21d4fe0b1db26352eb3f24510060a22b7f01c2 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> (cherry picked from commit e463fc57adcc0209a183dc39a2d8164aebcc5f4b) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--src/bluetooth/doc/src/bluetooth-le-overview.qdoc15
1 files changed, 6 insertions, 9 deletions
diff --git a/src/bluetooth/doc/src/bluetooth-le-overview.qdoc b/src/bluetooth/doc/src/bluetooth-le-overview.qdoc
index a3c394d5..a49748ee 100644
--- a/src/bluetooth/doc/src/bluetooth-le-overview.qdoc
+++ b/src/bluetooth/doc/src/bluetooth-le-overview.qdoc
@@ -263,13 +263,10 @@ Low Energy devices.
In general characteristic and descriptor value updates on the peripheral device use the same
methods as connecting Bluetooth Low Energy devices.
- \note To use QtBluetooth (in both central and peripheral roles) on iOS, you have to provide an Info.plist
- file containing the usage description. According to the CoreBluetooth's documentation:
-
- "Important
-
- Your app will crash if its Info.plist doesn’t include usage description keys for the types of data
- it needs to access. To access Core Bluetooth APIs on apps linked on or after iOS 13, include the
- NSBluetoothAlwaysUsageDescription key. In iOS 12 and earlier, include NSBluetoothPeripheralUsageDescription
- to access Bluetooth peripheral data."
+ \note To use QtBluetooth (in both central and peripheral roles) on iOS, you have to provide
+ an Info.plist file containing the usage description. According to the CoreBluetooth's
+ documentation: \e {Your app will crash if its Info.plist doesn’t include usage description
+ keys for the types of data it needs to access. To access Core Bluetooth APIs on apps linked
+ on or after iOS 13, include the NSBluetoothAlwaysUsageDescription key. In iOS 12 and earlier,
+ include NSBluetoothPeripheralUsageDescription to access Bluetooth peripheral data.}
*/