From 1ace321e373ad19287c41cef9ae17fcfb7ab938d Mon Sep 17 00:00:00 2001 From: Lassi Lehikoinen Date: Fri, 20 Nov 2020 10:10:39 +0200 Subject: Remove all device utilities except network settings Also remove USB ethernet functionality from Qt Network Settings. Task-number: QTBUG-88315 Change-Id: I06c41b61854b57f57c264b3c98940333902222d2 Reviewed-by: Samuli Piippo Reviewed-by: Rami Potinkara --- src/imports/bluetoothsettings/plugins.qmltypes | 89 -------------------------- 1 file changed, 89 deletions(-) delete mode 100644 src/imports/bluetoothsettings/plugins.qmltypes (limited to 'src/imports/bluetoothsettings/plugins.qmltypes') diff --git a/src/imports/bluetoothsettings/plugins.qmltypes b/src/imports/bluetoothsettings/plugins.qmltypes deleted file mode 100644 index 0270419..0000000 --- a/src/imports/bluetoothsettings/plugins.qmltypes +++ /dev/null @@ -1,89 +0,0 @@ -import QtQuick.tooling 1.2 - -// This file describes the plugin-supplied types contained in the library. -// It is used for QML tooling purposes only. -// -// This file was auto-generated by: -// 'qmlplugindump -nonrelocatable QtDeviceUtilities.BluetoothSettings 1.0' - -Module { - dependencies: [] - Component { - name: "BluetoothDevice" - prototype: "QObject" - exports: ["QtDeviceUtilities.BluetoothSettings/BtDevice 1.0"] - isCreatable: false - isSingleton: true - exportMetaObjectRevisions: [0] - Property { name: "scanning"; type: "bool" } - Property { name: "powered"; type: "bool" } - Property { name: "deviceModel"; type: "QObject"; isReadonly: true; isPointer: true } - Method { - name: "deviceStateChanged" - Parameter { name: "state"; type: "QBluetoothLocalDevice::HostMode" } - } - Method { name: "scanFinished" } - Method { - name: "pairingDisplayConfirmation" - Parameter { name: "address"; type: "QBluetoothAddress" } - Parameter { name: "pin"; type: "string" } - } - Method { - name: "pairingDisplayPinCode" - Parameter { name: "address"; type: "QBluetoothAddress" } - Parameter { name: "pin"; type: "string" } - } - Method { - name: "pairingFinished" - Parameter { name: "address"; type: "QBluetoothAddress" } - Parameter { name: "pairing"; type: "QBluetoothLocalDevice::Pairing" } - } - Method { - name: "deviceConnected" - Parameter { name: "address"; type: "QBluetoothAddress" } - } - Method { - name: "deviceDisconnected" - Parameter { name: "address"; type: "QBluetoothAddress" } - } - Method { - name: "requestPairing" - Parameter { name: "address"; type: "string" } - } - Method { - name: "requestConnect" - Parameter { name: "address"; type: "string" } - } - Method { - name: "requestDisconnect" - Parameter { name: "address"; type: "string" } - } - } - Component { - name: "BtDeviceItem" - prototype: "QObject" - exports: ["QtDeviceUtilities.BluetoothSettings/BtDeviceItem 1.0"] - isCreatable: false - exportMetaObjectRevisions: [0] - Enum { - name: "DeviceType" - values: { - "Phone": 0, - "Computer": 1, - "Mouse": 2, - "Keyboard": 3, - "Headphones": 4, - "Microphone": 5, - "Camera": 6, - "Camcorder": 7, - "Clock": 8, - "HealthDevice": 9, - "GenericDevice": 1000 - } - } - Property { name: "address"; type: "string"; isReadonly: true } - Property { name: "name"; type: "string"; isReadonly: true } - Property { name: "connected"; type: "bool"; isReadonly: true } - Property { name: "type"; type: "DeviceType"; isReadonly: true } - } -} -- cgit v1.2.3