From 1d8ba3610ae36dd62fda88dcf7c81baa5fe1fc51 Mon Sep 17 00:00:00 2001 From: Alex Blasche Date: Thu, 7 Dec 2017 15:56:34 +0100 Subject: Update QML versions for QtBluetooth and QtNfc in step with Qt version Change-Id: I00ac4bbb56bd809784f94812221130365f06218d Reviewed-by: J-P Nurmi --- src/imports/bluetooth/plugins.qmltypes | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/imports/bluetooth/plugins.qmltypes') diff --git a/src/imports/bluetooth/plugins.qmltypes b/src/imports/bluetooth/plugins.qmltypes index e23f8740..a00b0324 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.9' +// 'qmlplugindump -nonrelocatable QtBluetooth 5.10' Module { dependencies: ["QtQuick 2.8"] @@ -13,10 +13,9 @@ Module { prototype: "QAbstractListModel" exports: [ "QtBluetooth/BluetoothDiscoveryModel 5.0", - "QtBluetooth/BluetoothDiscoveryModel 5.2", - "QtBluetooth/BluetoothDiscoveryModel 5.9" + "QtBluetooth/BluetoothDiscoveryModel 5.2" ] - exportMetaObjectRevisions: [0, 0, 0] + exportMetaObjectRevisions: [0, 0] Enum { name: "DiscoveryMode" values: { @@ -93,6 +92,7 @@ Module { values: { "NoError": -2, "UnknownSocketError": -1, + "RemoteHostClosedError": 1, "HostNotFoundError": 2, "ServiceNotFoundError": 9, "NetworkError": 7, -- cgit v1.2.3 From dc435c6ce0a6ecae776dc0dd032016453a0b4b56 Mon Sep 17 00:00:00 2001 From: Alex Blasche Date: Wed, 18 Apr 2018 09:51:46 +0200 Subject: General QML version bump in docs and qmltypes Change-Id: If31e244e44106af1550e572acb9a172497467b20 Reviewed-by: Kai Koehne --- src/imports/bluetooth/plugins.qmltypes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/imports/bluetooth/plugins.qmltypes') diff --git a/src/imports/bluetooth/plugins.qmltypes b/src/imports/bluetooth/plugins.qmltypes index a00b0324..a22b950a 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.10' +// 'qmlplugindump -nonrelocatable QtBluetooth 5.11' Module { dependencies: ["QtQuick 2.8"] -- cgit v1.2.3