summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qbluetoothdevicediscoveryagent.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/bluetooth/qbluetoothdevicediscoveryagent.cpp')
-rw-r--r--src/bluetooth/qbluetoothdevicediscoveryagent.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bluetooth/qbluetoothdevicediscoveryagent.cpp b/src/bluetooth/qbluetoothdevicediscoveryagent.cpp
index 69e52378..57136a65 100644
--- a/src/bluetooth/qbluetoothdevicediscoveryagent.cpp
+++ b/src/bluetooth/qbluetoothdevicediscoveryagent.cpp
@@ -69,8 +69,8 @@ QT_BEGIN_NAMESPACE
Indicates all possible error conditions found during Bluetooth device discovery.
\value NoError No error has occurred.
- \value PoweredOff The Bluetooth adaptor is powered off, power it on before doing discovery.
- \value IOFailure Writing or reading from the device resulted in an error.
+ \value PoweredOffError The Bluetooth adaptor is powered off, power it on before doing discovery.
+ \value InputOutputError Writing or reading from the device resulted in an error.
\value UnknownError An unknown error has occurred.
*/