summaryrefslogtreecommitdiffstats
path: root/src/imports/bluetooth
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@qt.io>2017-02-15 13:21:48 +0100
committerAlex Blasche <alexander.blasche@qt.io>2017-02-28 14:43:35 +0000
commit402cbe22407133a38e319af7af676e68708c577d (patch)
treee9b81d6d44d3e1d4c197634c7c56d7e8647cdd96 /src/imports/bluetooth
parent89cf6da818279b16708d320ae3f5ed434310a347 (diff)
Update QML export versions in QtConnectivity APIs
Change-Id: I141ad0e347883d035fb8ece4a9e7f540e2fe9aa2 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
Diffstat (limited to 'src/imports/bluetooth')
-rw-r--r--src/imports/bluetooth/plugin.cpp6
-rw-r--r--src/imports/bluetooth/plugins.qmltypes4
2 files changed, 5 insertions, 5 deletions
diff --git a/src/imports/bluetooth/plugin.cpp b/src/imports/bluetooth/plugin.cpp
index f77a4d95..2a152e32 100644
--- a/src/imports/bluetooth/plugin.cpp
+++ b/src/imports/bluetooth/plugin.cpp
@@ -81,9 +81,9 @@ public:
qmlRegisterType<QDeclarativeBluetoothService >(uri, major, minor, "BluetoothService");
qmlRegisterType<QDeclarativeBluetoothSocket >(uri, major, minor, "BluetoothSocket");
- // Register the 5.8 types
- // introduces 5.8 version, other existing 5.2 exports become automatically available under 5.2-5.7
- minor = 8;
+ // Register the 5.9 types
+ // introduces 5.9 version, other existing 5.2 exports become automatically available under 5.2-5.8
+ minor = 9;
qmlRegisterType<QDeclarativeBluetoothDiscoveryModel >(uri, major, minor, "BluetoothDiscoveryModel");
}
};
diff --git a/src/imports/bluetooth/plugins.qmltypes b/src/imports/bluetooth/plugins.qmltypes
index 0ffe3223..e23f8740 100644
--- a/src/imports/bluetooth/plugins.qmltypes
+++ b/src/imports/bluetooth/plugins.qmltypes
@@ -4,7 +4,7 @@ import QtQuick.tooling 1.2
// It is used for QML tooling purposes only.
//
// This file was auto-generated by:
-// 'qmlplugindump -nonrelocatable QtBluetooth 5.8'
+// 'qmlplugindump -nonrelocatable QtBluetooth 5.9'
Module {
dependencies: ["QtQuick 2.8"]
@@ -14,7 +14,7 @@ Module {
exports: [
"QtBluetooth/BluetoothDiscoveryModel 5.0",
"QtBluetooth/BluetoothDiscoveryModel 5.2",
- "QtBluetooth/BluetoothDiscoveryModel 5.8"
+ "QtBluetooth/BluetoothDiscoveryModel 5.9"
]
exportMetaObjectRevisions: [0, 0, 0]
Enum {