aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2019-10-25 09:26:50 +0200
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2019-10-25 13:09:34 +0200
commitec895efb580eacbdcf59d03d6c8fe027b22fa696 (patch)
tree08926d79e669f31dacdb3bd5274dee8d6eb41535
parente2675b8329f2d1adc122f299aeb324a670ad4fbd (diff)
Qt3DAnimation: Add class QAbstractChannelMapping
Fix warnings: class 'QSkeletonMapping' inherits from unknown base class 'Qt3DAnimation::QAbstractChannelMapping' class not found for setup inheritance 'Qt3DAnimation::QAbstractChannelMapping' Change-Id: Ib9ff5d61d49eef158d71b9973cc4820a9754b2ce Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
-rw-r--r--sources/pyside2/PySide2/Qt3DAnimation/CMakeLists.txt1
-rw-r--r--sources/pyside2/PySide2/Qt3DAnimation/typesystem_3danimation.xml1
2 files changed, 2 insertions, 0 deletions
diff --git a/sources/pyside2/PySide2/Qt3DAnimation/CMakeLists.txt b/sources/pyside2/PySide2/Qt3DAnimation/CMakeLists.txt
index 5875854d8..6d90f76e8 100644
--- a/sources/pyside2/PySide2/Qt3DAnimation/CMakeLists.txt
+++ b/sources/pyside2/PySide2/Qt3DAnimation/CMakeLists.txt
@@ -4,6 +4,7 @@ set(Qt3DAnimation_SRC
${Qt3DAnimation_GEN_DIR}/qt3danimation_wrapper.cpp
${Qt3DAnimation_GEN_DIR}/qt3danimation_qabstractanimation_wrapper.cpp
${Qt3DAnimation_GEN_DIR}/qt3danimation_qabstractanimationclip_wrapper.cpp
+${Qt3DAnimation_GEN_DIR}/qt3danimation_qabstractchannelmapping_wrapper.cpp
${Qt3DAnimation_GEN_DIR}/qt3danimation_qabstractclipanimator_wrapper.cpp
${Qt3DAnimation_GEN_DIR}/qt3danimation_qabstractclipblendnode_wrapper.cpp
${Qt3DAnimation_GEN_DIR}/qt3danimation_qadditiveclipblend_wrapper.cpp
diff --git a/sources/pyside2/PySide2/Qt3DAnimation/typesystem_3danimation.xml b/sources/pyside2/PySide2/Qt3DAnimation/typesystem_3danimation.xml
index bba179e00..7f24234c5 100644
--- a/sources/pyside2/PySide2/Qt3DAnimation/typesystem_3danimation.xml
+++ b/sources/pyside2/PySide2/Qt3DAnimation/typesystem_3danimation.xml
@@ -47,6 +47,7 @@
<enum-type name="AnimationType"/>
</object-type>
<object-type name="QAbstractAnimationClip"/>
+ <object-type name="QAbstractChannelMapping"/>
<object-type name="QAbstractClipAnimator">
<enum-type name="Loops"/>
</object-type>