summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@digia.com>2013-10-11 14:51:28 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-10-15 16:11:11 +0200
commit90e953fca860f04e82c6451a8dbe5649e882677e (patch)
tree8a64d42ed5ec9195c6197b97438789bcf59457c8
parentf674d4a5ade8b24dcb36c3c219c0fd5a842c1bfe (diff)
Update Bluetooth QML meta data for Qt Creator
Change-Id: I50ae4f34e1d737c59ff0e15e940e0e6484412271 Reviewed-by: Fabian Bumberger <fbumberger@rim.com> Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
-rw-r--r--src/imports/bluetooth/plugins.qmltypes23
1 files changed, 16 insertions, 7 deletions
diff --git a/src/imports/bluetooth/plugins.qmltypes b/src/imports/bluetooth/plugins.qmltypes
index 89db5407..15182df5 100644
--- a/src/imports/bluetooth/plugins.qmltypes
+++ b/src/imports/bluetooth/plugins.qmltypes
@@ -4,14 +4,17 @@ import QtQuick.tooling 1.1
// It is used for QML tooling purposes only.
//
// This file was auto-generated by:
-// 'qmlplugindump -notrelocatable QtBluetooth 5.0'
+// 'qmlplugindump -notrelocatable QtBluetooth 5.2'
Module {
Component {
name: "QDeclarativeBluetoothDiscoveryModel"
prototype: "QAbstractListModel"
- exports: ["QtBluetooth/BluetoothDiscoveryModel 5.0"]
- exportMetaObjectRevisions: [0]
+ exports: [
+ "QtBluetooth/BluetoothDiscoveryModel 5.0",
+ "QtBluetooth/BluetoothDiscoveryModel 5.2"
+ ]
+ exportMetaObjectRevisions: [0, 0]
Enum {
name: "DiscoveryMode"
values: {
@@ -46,8 +49,11 @@ Module {
Component {
name: "QDeclarativeBluetoothService"
prototype: "QObject"
- exports: ["QtBluetooth/BluetoothService 5.0"]
- exportMetaObjectRevisions: [0]
+ exports: [
+ "QtBluetooth/BluetoothService 5.0",
+ "QtBluetooth/BluetoothService 5.2"
+ ]
+ exportMetaObjectRevisions: [0, 0]
Enum {
name: "Protocol"
values: {
@@ -74,8 +80,11 @@ Module {
Component {
name: "QDeclarativeBluetoothSocket"
prototype: "QObject"
- exports: ["QtBluetooth/BluetoothSocket 5.0"]
- exportMetaObjectRevisions: [0]
+ exports: [
+ "QtBluetooth/BluetoothSocket 5.0",
+ "QtBluetooth/BluetoothSocket 5.2"
+ ]
+ exportMetaObjectRevisions: [0, 0]
Enum {
name: "Error"
values: {