aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/PySide6/Qt3DAnimation/typesystem_3danimation.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside6/PySide6/Qt3DAnimation/typesystem_3danimation.xml')
-rw-r--r--sources/pyside6/PySide6/Qt3DAnimation/typesystem_3danimation.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/sources/pyside6/PySide6/Qt3DAnimation/typesystem_3danimation.xml b/sources/pyside6/PySide6/Qt3DAnimation/typesystem_3danimation.xml
index d287c3db9..f93a51b59 100644
--- a/sources/pyside6/PySide6/Qt3DAnimation/typesystem_3danimation.xml
+++ b/sources/pyside6/PySide6/Qt3DAnimation/typesystem_3danimation.xml
@@ -9,6 +9,8 @@
<namespace-type name="Qt3DAnimation">
<object-type name="QAbstractAnimation">
<enum-type name="AnimationType"/>
+ <!-- Disambiguate from QtCore/qabstractanimation.h -->
+ <include file-name="Qt3DAnimation/qabstractanimation.h" location="global"/>
</object-type>
<object-type name="QAbstractAnimationClip"/>
<value-type name="QAnimationClipData" since="6.1"/>
@@ -27,7 +29,10 @@
<enum-type name="Status"/>
</object-type>
<object-type name="QAnimationController"/>
- <object-type name="QAnimationGroup"/>
+ <object-type name="QAnimationGroup">
+ <!-- Disambiguate from QtCore/qanimationgroup.h -->
+ <include file-name="Qt3DAnimation/qanimationgroup.h" location="global"/>
+ </object-type>
<object-type name="QBlendedClipAnimator"/>
<value-type name="QChannel"/>
<value-type name="QChannelComponent"/>