summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qbluetoothdevicediscoveryagent.cpp
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@theqtcompany.com>2016-07-12 09:37:13 +0200
committerAlex Blasche <alexander.blasche@theqtcompany.com>2016-07-13 05:38:41 +0000
commit5ce6ed270db4a693f62c14347203d7b367a56488 (patch)
tree36d5458c5c57a08065cf4bb8f5904edb0b8aa14b /src/bluetooth/qbluetoothdevicediscoveryagent.cpp
parent60e6d4946b50bfa1d0916bdd3780b3c756a2bd6f (diff)
Minor documentation fix for QBluetoothDeviceDiscoveryAgent
Fix usage of \a where \sa should have been used and adds a documenation clarification. Change-Id: I9f9f95aee515ca8507835cbff3f348e8472922b8 Reviewed-by: Timur Pocheptsov <timur.pocheptsov@theqtcompany.com> Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
Diffstat (limited to 'src/bluetooth/qbluetoothdevicediscoveryagent.cpp')
-rw-r--r--src/bluetooth/qbluetoothdevicediscoveryagent.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/bluetooth/qbluetoothdevicediscoveryagent.cpp b/src/bluetooth/qbluetoothdevicediscoveryagent.cpp
index 60af0e7e..b4bde9cf 100644
--- a/src/bluetooth/qbluetoothdevicediscoveryagent.cpp
+++ b/src/bluetooth/qbluetoothdevicediscoveryagent.cpp
@@ -246,9 +246,10 @@ QList<QBluetoothDeviceInfo> QBluetoothDeviceDiscoveryAgent::discoveredDevices()
The new timeout value does not take effect until the device search is restarted.
In addition the timeout does not affect the classic Bluetooth device search. Depending on
- the platform it may add more time to the total discovery process beyond \a timeout.
+ the platform the classic search may add more time to the total discovery process
+ beyond \a timeout.
- \a lowEnergyDiscoveryTimeout()
+ \sa lowEnergyDiscoveryTimeout()
\since 5.8
*/
void QBluetoothDeviceDiscoveryAgent::setLowEnergyDiscoveryTimeout(int timeout)