summaryrefslogtreecommitdiffstats
path: root/src/imports/bluetooth/plugins.qmltypes
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/bluetooth/plugins.qmltypes')
-rw-r--r--src/imports/bluetooth/plugins.qmltypes7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/imports/bluetooth/plugins.qmltypes b/src/imports/bluetooth/plugins.qmltypes
index f7d0d08d..e9b93e54 100644
--- a/src/imports/bluetooth/plugins.qmltypes
+++ b/src/imports/bluetooth/plugins.qmltypes
@@ -4,7 +4,7 @@ import QtQuick.tooling 1.1
// It is used for QML tooling purposes only.
//
// This file was auto-generated by:
-// 'qmlplugindump -notrelocatable QtBluetooth 5.4'
+// 'qmlplugindump -nonrelocatable QtBluetooth 5.5'
Module {
Component {
@@ -13,7 +13,7 @@ Module {
exports: [
"QtBluetooth/BluetoothDiscoveryModel 5.0",
"QtBluetooth/BluetoothDiscoveryModel 5.2",
- "QtBluetooth/BluetoothDiscoveryModel 5.4"
+ "QtBluetooth/BluetoothDiscoveryModel 5.5"
]
exportMetaObjectRevisions: [0, 0, 0]
Enum {
@@ -30,7 +30,8 @@ Module {
"NoError": 0,
"InputOutputError": 1,
"PoweredOffError": 2,
- "UnknownError": 3
+ "UnknownError": 3,
+ "InvalidBluetoothAdapterError": 4
}
}
Property { name: "error"; type: "Error"; isReadonly: true }