summaryrefslogtreecommitdiffstats
path: root/src/imports
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@digia.com>2014-02-24 10:14:14 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-02-25 14:04:14 +0100
commit20e72a8a500aee394438afb007843a33d6c9781a (patch)
tree223670291c85a6bcd47b856b2907655e9c35e047 /src/imports
parentf5735f035c77f383ec172caab6dcc1ee888ccada (diff)
Bump latest Bluetooth QML API version to 5.4
Change-Id: Ie93caad6c14754e037cc071d8076dce32fb3ebf1 Reviewed-by: Fabian Bumberger <fbumberger@rim.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 bcf59794..6d3b3afa 100644
--- a/src/imports/bluetooth/plugin.cpp
+++ b/src/imports/bluetooth/plugin.cpp
@@ -75,9 +75,9 @@ public:
qmlRegisterType<QDeclarativeBluetoothService >(uri, major, minor, "BluetoothService");
qmlRegisterType<QDeclarativeBluetoothSocket >(uri, major, minor, "BluetoothSocket");
- // Register the 5.3 types
- // introduces 5.3 version, other existing 5.2 exports automatically become availabe under 5.3 as well
- minor = 3;
+ // Register the 5.4 types
+ // introduces 5.4 version, other existing 5.2 exports become automatically available under 5.2-5.4
+ minor = 4;
qmlRegisterType<QDeclarativeBluetoothDiscoveryModel >(uri, major, minor, "BluetoothDiscoveryModel");
}
};
diff --git a/src/imports/bluetooth/plugins.qmltypes b/src/imports/bluetooth/plugins.qmltypes
index 18647c2c..f7d0d08d 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.3'
+// 'qmlplugindump -notrelocatable QtBluetooth 5.4'
Module {
Component {
@@ -13,7 +13,7 @@ Module {
exports: [
"QtBluetooth/BluetoothDiscoveryModel 5.0",
"QtBluetooth/BluetoothDiscoveryModel 5.2",
- "QtBluetooth/BluetoothDiscoveryModel 5.3"
+ "QtBluetooth/BluetoothDiscoveryModel 5.4"
]
exportMetaObjectRevisions: [0, 0, 0]
Enum {