summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qbluetoothdevicediscoveryagent.cpp
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@qt.io>2018-09-18 12:03:53 +0200
committerAlex Blasche <alexander.blasche@qt.io>2018-09-18 10:40:26 +0000
commit09e582d1c1fb608e6b3cdbecf26a993386020782 (patch)
treea738b74ee141521f561fbebaad7a656428a35f2a /src/bluetooth/qbluetoothdevicediscoveryagent.cpp
parent66829dd14377f61b54986f1870bc014daa71e268 (diff)
Fix various qdoc warnings in QtBluetooth
Change-Id: I49653a6ac6fa004987d32365f96a6407f50e207c Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>
Diffstat (limited to 'src/bluetooth/qbluetoothdevicediscoveryagent.cpp')
-rw-r--r--src/bluetooth/qbluetoothdevicediscoveryagent.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/bluetooth/qbluetoothdevicediscoveryagent.cpp b/src/bluetooth/qbluetoothdevicediscoveryagent.cpp
index ac978349..cdb3d5d7 100644
--- a/src/bluetooth/qbluetoothdevicediscoveryagent.cpp
+++ b/src/bluetooth/qbluetoothdevicediscoveryagent.cpp
@@ -158,12 +158,12 @@ Q_DECLARE_LOGGING_CATEGORY(QT_BT)
\fn void QBluetoothDeviceDiscoveryAgent::deviceUpdated(const QBluetoothDeviceInfo &info, QBluetoothDeviceInfo::Fields updatedFields)
This signal is emitted when the agent receives additional information about
- the Bluetooth device described by \a info. The \l updatedFields flags tell
+ the Bluetooth device described by \a info. The \a updatedFields flags tell
which information has been updated.
During discovery, some information can change dynamically, such as
- \l {signal strength}{QBluetoothDeviceInfo::rssi()} and
- \l {manufacturerData}{QBluetoothDeviceInfo::manufacturerData()}.
+ \l {QBluetoothDeviceInfo::rssi()}{signal strength} and
+ \l {QBluetoothDeviceInfo::manufacturerData()}{manufacturerData}.
This signal informs you that if your application is displaying this data, it
can be updated, rather than waiting until the discovery has finished.