summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qbluetoothlocaldevice.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/bluetooth/qbluetoothlocaldevice.cpp')
-rw-r--r--src/bluetooth/qbluetoothlocaldevice.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/bluetooth/qbluetoothlocaldevice.cpp b/src/bluetooth/qbluetoothlocaldevice.cpp
index da3c4fa7..fe13a2de 100644
--- a/src/bluetooth/qbluetoothlocaldevice.cpp
+++ b/src/bluetooth/qbluetoothlocaldevice.cpp
@@ -187,21 +187,21 @@ bool QBluetoothLocalDevice::isValid() const
*/
/*!
- \fn void QBluetoothLocalDevice::deviceConnected(const QBluetoothAddress &address)
+ \fn QBluetoothLocalDevice::deviceConnected(const QBluetoothAddress &address)
\since 5.3
A device with \a address is connected with this device.
*/
/*!
- \fn void QBluetoothLocalDevice::deviceDisconnected(const QBluetoothAddress &address)
+ \fn QBluetoothLocalDevice::deviceDisconnected(const QBluetoothAddress &address)
\since 5.3
A device with \a address is disconnected from this device.
*/
/*!
- \fn QList<QBluetoothAddress> connectedDevices() const
+ \fn QList<QBluetoothAddress> QBluetoothLocalDevice::connectedDevices() const
\since 5.3
Returns the list of connected devices.