aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2021-08-31 08:10:21 +0200
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2021-08-31 07:58:04 +0000
commita1096386da644c3eae838e09486be03005d34dc5 (patch)
treea35f47f7a4be0684b80cdd0ece89fcfd835ee9fe
parent9412438ebec18721e1e825e07784821c185544ae (diff)
PySide6: Add QAccessibleActionInterface
Fix warning: QtWidgets/qaccessiblewidget.h:53: Base class 'QAccessibleActionInterface' of class 'QAccessibleWidget' not found in the type system for setting up inheritance Task-number: PYSIDE-1650 Change-Id: I0c4ae56b0f931e7103c5bf61180a5fbb4c7036e2 Reviewed-by: Christian Tismer <tismer@stackless.com>
-rw-r--r--sources/pyside6/PySide6/QtGui/CMakeLists.txt1
-rw-r--r--sources/pyside6/PySide6/QtGui/typesystem_gui_common.xml1
2 files changed, 2 insertions, 0 deletions
diff --git a/sources/pyside6/PySide6/QtGui/CMakeLists.txt b/sources/pyside6/PySide6/QtGui/CMakeLists.txt
index 13b80ef28..5bdb38253 100644
--- a/sources/pyside6/PySide6/QtGui/CMakeLists.txt
+++ b/sources/pyside6/PySide6/QtGui/CMakeLists.txt
@@ -10,6 +10,7 @@ ${QtGui_GEN_DIR}/qabstracttextdocumentlayout_paintcontext_wrapper.cpp
${QtGui_GEN_DIR}/qabstracttextdocumentlayout_selection_wrapper.cpp
${QtGui_GEN_DIR}/qabstracttextdocumentlayout_wrapper.cpp
${QtGui_GEN_DIR}/qaccessible_wrapper.cpp
+${QtGui_GEN_DIR}/qaccessibleactioninterface_wrapper.cpp
${QtGui_GEN_DIR}/qaccessibleeditabletextinterface_wrapper.cpp
${QtGui_GEN_DIR}/qaccessibleevent_wrapper.cpp
${QtGui_GEN_DIR}/qaccessibleobject_wrapper.cpp
diff --git a/sources/pyside6/PySide6/QtGui/typesystem_gui_common.xml b/sources/pyside6/PySide6/QtGui/typesystem_gui_common.xml
index 31b469e71..ce663b389 100644
--- a/sources/pyside6/PySide6/QtGui/typesystem_gui_common.xml
+++ b/sources/pyside6/PySide6/QtGui/typesystem_gui_common.xml
@@ -187,6 +187,7 @@
<enum-type name="TextBoundaryType"/>
</value-type>
+ <object-type name="QAccessibleActionInterface"/>
<object-type name="QAccessibleEditableTextInterface"/>
<object-type name="QAccessibleInterface"/>
<object-type name="QAccessibleObject"/>