diff options
Diffstat (limited to 'sources/pyside6')
| -rw-r--r-- | sources/pyside6/PySide6/QtSpatialAudio/typesystem_spatialaudio.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sources/pyside6/PySide6/QtSpatialAudio/typesystem_spatialaudio.xml b/sources/pyside6/PySide6/QtSpatialAudio/typesystem_spatialaudio.xml index b9c2557af..98c18f07b 100644 --- a/sources/pyside6/PySide6/QtSpatialAudio/typesystem_spatialaudio.xml +++ b/sources/pyside6/PySide6/QtSpatialAudio/typesystem_spatialaudio.xml @@ -11,7 +11,7 @@ <load-typesystem name="QtMultimedia/typesystem_multimedia.xml" generate="no"/> <object-type name="QAmbientSound"> - <enum-type name="Loops"/> + <enum-type name="Loops" python-type="IntEnum"/> </object-type> <object-type name="QAudioEngine"> @@ -26,7 +26,7 @@ </object-type> <object-type name="QSpatialSound"> - <enum-type name="Loops"/> + <enum-type name="Loops" python-type="IntEnum"/> <enum-type name="DistanceModel"/> </object-type> </typesystem> |
