diff options
author | Ece Cinucen <[email protected]> | 2024-12-18 16:05:01 +0100 |
---|---|---|
committer | Ece Cinucen <[email protected]> | 2025-01-06 13:36:24 +0100 |
commit | 2156c0be5308ee9a8624769f6e949ce97df4be79 (patch) | |
tree | cf1763a71cef688e92e0b70a54703fd72352a666 | |
parent | 7189a4c5ec193d30c6bd4e68701038880cbc5982 (diff) |
Add missing binding for QPdfOutputIntent
Pick-to: 6.8
Task-number: PYSIDE-487
Change-Id: I8aea7a1e0e6a11a44728c7c4a402576d27ad4790
Reviewed-by: Friedemann Kleint <[email protected]>
-rw-r--r-- | sources/pyside6/PySide6/QtGui/CMakeLists.txt | 1 | ||||
-rw-r--r-- | sources/pyside6/PySide6/QtGui/typesystem_gui_common.xml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sources/pyside6/PySide6/QtGui/CMakeLists.txt b/sources/pyside6/PySide6/QtGui/CMakeLists.txt index b5d08421b..940075386 100644 --- a/sources/pyside6/PySide6/QtGui/CMakeLists.txt +++ b/sources/pyside6/PySide6/QtGui/CMakeLists.txt @@ -193,6 +193,7 @@ ${QtGui_GEN_DIR}/qpainterpath_wrapper.cpp ${QtGui_GEN_DIR}/qpainterpathstroker_wrapper.cpp ${QtGui_GEN_DIR}/qpaintevent_wrapper.cpp ${QtGui_GEN_DIR}/qpalette_wrapper.cpp +${QtGui_GEN_DIR}/qpdfoutputintent_wrapper.cpp ${QtGui_GEN_DIR}/qpdfwriter_wrapper.cpp ${QtGui_GEN_DIR}/qpen_wrapper.cpp ${QtGui_GEN_DIR}/qpicture_wrapper.cpp diff --git a/sources/pyside6/PySide6/QtGui/typesystem_gui_common.xml b/sources/pyside6/PySide6/QtGui/typesystem_gui_common.xml index 39ecaf291..e5637cf23 100644 --- a/sources/pyside6/PySide6/QtGui/typesystem_gui_common.xml +++ b/sources/pyside6/PySide6/QtGui/typesystem_gui_common.xml @@ -3109,6 +3109,7 @@ <enum-type name="TypeInterpretation"/> <enum-type name="YUVLayout"/> </value-type> + <value-type name="QPdfOutputIntent"/> <object-type name="QPdfWriter"> <enum-type name="ColorModel" since="6.8"/> </object-type> |