aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/PySide6/QtWebEngineCore
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2024-10-07 14:40:05 +0200
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2024-10-07 15:35:50 +0200
commit097438b0a05814d141c68313dd02af291979089a (patch)
treee18a439c0de1d87cba07e78082b76c4e8614402a /sources/pyside6/PySide6/QtWebEngineCore
parentb9da1ecd9aeb4ed67e14c6f5f118dbf77fbadd93 (diff)
PySide6: Add QWebEnginePermission
Task-number: PYSIDE-2620 Change-Id: I815941a65c9b96c21f98eab4ef671124d8f410bc Reviewed-by: Shyamnath Premnadh <Shyamnath.Premnadh@qt.io>
Diffstat (limited to 'sources/pyside6/PySide6/QtWebEngineCore')
-rw-r--r--sources/pyside6/PySide6/QtWebEngineCore/CMakeLists.txt1
-rw-r--r--sources/pyside6/PySide6/QtWebEngineCore/typesystem_webenginecore.xml5
2 files changed, 6 insertions, 0 deletions
diff --git a/sources/pyside6/PySide6/QtWebEngineCore/CMakeLists.txt b/sources/pyside6/PySide6/QtWebEngineCore/CMakeLists.txt
index 86662a38c..374b0b54d 100644
--- a/sources/pyside6/PySide6/QtWebEngineCore/CMakeLists.txt
+++ b/sources/pyside6/PySide6/QtWebEngineCore/CMakeLists.txt
@@ -33,6 +33,7 @@ ${QtWebEngineCore_GEN_DIR}/qwebengineloadinginfo_wrapper.cpp
${QtWebEngineCore_GEN_DIR}/qwebenginenewwindowrequest_wrapper.cpp
${QtWebEngineCore_GEN_DIR}/qwebenginenotification_wrapper.cpp
${QtWebEngineCore_GEN_DIR}/qwebenginepage_wrapper.cpp
+${QtWebEngineCore_GEN_DIR}/qwebenginepermission_wrapper.cpp
${QtWebEngineCore_GEN_DIR}/qwebengineprofile_wrapper.cpp
${QtWebEngineCore_GEN_DIR}/qwebenginequotarequest_wrapper.cpp
${QtWebEngineCore_GEN_DIR}/qwebengineregisterprotocolhandlerrequest_wrapper.cpp
diff --git a/sources/pyside6/PySide6/QtWebEngineCore/typesystem_webenginecore.xml b/sources/pyside6/PySide6/QtWebEngineCore/typesystem_webenginecore.xml
index 1a8f0bfa8..9172c2c1e 100644
--- a/sources/pyside6/PySide6/QtWebEngineCore/typesystem_webenginecore.xml
+++ b/sources/pyside6/PySide6/QtWebEngineCore/typesystem_webenginecore.xml
@@ -136,6 +136,11 @@
</add-function>
</object-type>
+ <value-type name="QWebEnginePermission" since="6.8">
+ <enum-type name="PermissionType"/>
+ <enum-type name="State"/>
+ </value-type>
+
<object-type name="QWebEngineProfile">
<extra-includes>
<include file-name="QtWebEngineCore/QWebEngineNotification" location="global"/>