diff options
| author | Friedemann Kleint <Friedemann.Kleint@qt.io> | 2024-11-29 09:53:24 +0100 |
|---|---|---|
| committer | Friedemann Kleint <Friedemann.Kleint@qt.io> | 2024-11-29 15:52:36 +0100 |
| commit | 12d33d7b8d81c3c2b85d7fe703cc446f23fa34dc (patch) | |
| tree | 97c9b01b639feb4a9d954b3b2e582e141f003419 /sources/pyside6 | |
| parent | c90df5f478e9e6c54e5137109f72478c7cfb61cd (diff) | |
Fix crash using QDBusUnixFileDescriptor in QDBusAbstractInterface::call()
It needs to be a value type for the underlying QVariant conversion.
Fixes: PYSIDE-2936
Pick-to: 6.8 6.5
Change-Id: Id62adad6b886546a33d3f030ee98312d1b0586ab
Reviewed-by: Shyamnath Premnadh <Shyamnath.Premnadh@qt.io>
Diffstat (limited to 'sources/pyside6')
| -rw-r--r-- | sources/pyside6/PySide6/QtDBus/typesystem_dbus.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/pyside6/PySide6/QtDBus/typesystem_dbus.xml b/sources/pyside6/PySide6/QtDBus/typesystem_dbus.xml index ebed22257..f70a7ca44 100644 --- a/sources/pyside6/PySide6/QtDBus/typesystem_dbus.xml +++ b/sources/pyside6/PySide6/QtDBus/typesystem_dbus.xml @@ -107,7 +107,7 @@ <enum-type name="WatchModeFlag" flags="WatchMode"/> </object-type> <object-type name="QDBusSignature"/> - <object-type name="QDBusUnixFileDescriptor"/> + <value-type name="QDBusUnixFileDescriptor"/> <value-type name="QDBusVariant"/> <object-type name="QDBusVirtualObject"/> <suppress-warning text='^.*Unable to translate type "QDBusReply<.*$'/> |
