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.cpp10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/bluetooth/qbluetoothlocaldevice.cpp b/src/bluetooth/qbluetoothlocaldevice.cpp
index 14140846..6560e135 100644
--- a/src/bluetooth/qbluetoothlocaldevice.cpp
+++ b/src/bluetooth/qbluetoothlocaldevice.cpp
@@ -125,8 +125,16 @@ QBluetoothLocalDevice::~QBluetoothLocalDevice()
}
/*!
- Returns true if the QBluetoothLocalDevice represents an available local Bluetooth device;
+ Returns \c true if the QBluetoothLocalDevice represents an available local Bluetooth device;
otherwise return false.
+
+ If the local Bluetooth adapter represented by an instance of this class
+ is removed from the system (e.g. removal of the underlying Bluetooth dongle)
+ then this instance will become invalid. An already invalid QBluetoothLocalDevice instance
+ remains invalid even if the same Bluetooth adapter is returned to
+ the system.
+
+ \sa allDevices()
*/
bool QBluetoothLocalDevice::isValid() const
{