diff options
author | Friedemann Kleint <Friedemann.Kleint@qt.io> | 2022-08-24 15:30:51 +0200 |
---|---|---|
committer | Friedemann Kleint <Friedemann.Kleint@qt.io> | 2022-08-31 10:32:38 +0200 |
commit | 24b86d11921c70029c1b1b75f8a20c83dbc8a88c (patch) | |
tree | 77bbb5189ba5976dc943c78610e73f0b0f792344 /sources/pyside6/PySide6/QtBluetooth | |
parent | ecc192d91985e93536c64d6e40604c7c8cd6c18d (diff) |
PySide6: Add QBluetoothDeviceDiscoveryAgent.DiscoveryMethods
Task-number: PYSIDE-1571
Pick-to: 6.3
Change-Id: I12f23238333a350835bb923299a7b2e5fbf9cb03
Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
Diffstat (limited to 'sources/pyside6/PySide6/QtBluetooth')
-rw-r--r-- | sources/pyside6/PySide6/QtBluetooth/typesystem_bluetooth.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/pyside6/PySide6/QtBluetooth/typesystem_bluetooth.xml b/sources/pyside6/PySide6/QtBluetooth/typesystem_bluetooth.xml index ffa513a24..ada93b7f7 100644 --- a/sources/pyside6/PySide6/QtBluetooth/typesystem_bluetooth.xml +++ b/sources/pyside6/PySide6/QtBluetooth/typesystem_bluetooth.xml @@ -17,7 +17,7 @@ <enum-type name="Pairing"/> </object-type> <object-type name="QBluetoothDeviceDiscoveryAgent"> - <enum-type name="DiscoveryMethod"/> + <enum-type name="DiscoveryMethod" flags="DiscoveryMethods"/> <enum-type name="Error"/> </object-type> <value-type name="QBluetoothDeviceInfo"> |