diff options
Diffstat (limited to 'src/bluetooth/qbluetoothdevicediscoveryagent.h')
-rw-r--r-- | src/bluetooth/qbluetoothdevicediscoveryagent.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bluetooth/qbluetoothdevicediscoveryagent.h b/src/bluetooth/qbluetoothdevicediscoveryagent.h index a311d14f..4ac1685e 100644 --- a/src/bluetooth/qbluetoothdevicediscoveryagent.h +++ b/src/bluetooth/qbluetoothdevicediscoveryagent.h @@ -66,6 +66,7 @@ public: NoError, InputOutputError, PoweredOffError, + InvalidBluetoothAdapterError, UnknownError = 100 //New errors must be added before Unknown error }; |