summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qbluetoothlocaldevice.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bluetooth/qbluetoothlocaldevice.h')
-rw-r--r--src/bluetooth/qbluetoothlocaldevice.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bluetooth/qbluetoothlocaldevice.h b/src/bluetooth/qbluetoothlocaldevice.h
index 0da6f54c..bd75d3fd 100644
--- a/src/bluetooth/qbluetoothlocaldevice.h
+++ b/src/bluetooth/qbluetoothlocaldevice.h
@@ -75,6 +75,7 @@ public:
enum Error {
NoError,
PairingError,
+ MissingPermissionsError,
UnknownError = 100
};
Q_ENUM(Error)