summaryrefslogtreecommitdiffstats
path: root/src/imports
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@theqtcompany.com>2015-08-25 12:50:00 +0200
committerAlex Blasche <alexander.blasche@theqtcompany.com>2015-08-25 11:04:54 +0000
commit0ee574b29a46be7250d673b2f85f85ee2d18a6fe (patch)
treea0dbaa2e84a2f135a968d776736300095d906da9 /src/imports
parent6cb5b915765960293986d76655aee29d78a74cf7 (diff)
Introduce QML Bluetooth 5.6 version.
Change-Id: I6acf0153ae92371183c181c9218f614670f0419c Reviewed-by: Kai Koehne <kai.koehne@theqtcompany.com>
Diffstat (limited to 'src/imports')
-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 38b464d7..cb9d564f 100644
--- a/src/imports/bluetooth/plugin.cpp
+++ b/src/imports/bluetooth/plugin.cpp
@@ -67,9 +67,9 @@ public:
qmlRegisterType<QDeclarativeBluetoothService >(uri, major, minor, "BluetoothService");
qmlRegisterType<QDeclarativeBluetoothSocket >(uri, major, minor, "BluetoothSocket");
- // Register the 5.5 types
- // introduces 5.5 version, other existing 5.2 exports become automatically available under 5.2-5.4
- minor = 5;
+ // Register the 5.6 types
+ // introduces 5.6 version, other existing 5.2 exports become automatically available under 5.2-5.5
+ minor = 6;
qmlRegisterType<QDeclarativeBluetoothDiscoveryModel >(uri, major, minor, "BluetoothDiscoveryModel");
}
};
diff --git a/src/imports/bluetooth/plugins.qmltypes b/src/imports/bluetooth/plugins.qmltypes
index edfc9abc..82b143df 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.5'
+// 'qmlplugindump -nonrelocatable QtBluetooth 5.6'
Module {
dependencies: []
@@ -279,7 +279,7 @@ Module {
exports: [
"QtBluetooth/BluetoothDiscoveryModel 5.0",
"QtBluetooth/BluetoothDiscoveryModel 5.2",
- "QtBluetooth/BluetoothDiscoveryModel 5.5"
+ "QtBluetooth/BluetoothDiscoveryModel 5.6"
]
exportMetaObjectRevisions: [0, 0, 0]
Enum {