diff options
| author | Friedemann Kleint <Friedemann.Kleint@qt.io> | 2020-09-01 15:53:35 +0200 |
|---|---|---|
| committer | Friedemann Kleint <Friedemann.Kleint@qt.io> | 2020-09-01 14:19:23 +0000 |
| commit | 33ffeaff9d7ae53493691e61e875dfcc4ab3b19a (patch) | |
| tree | 11ac972d3af450fa15a9101f848c7a5b92a06913 /sources/pyside2/PySide2 | |
| parent | 7ac8da6adee7528578ec800bf810ea69ac746043 (diff) | |
Remove QPagedPaintDevice::Margins
The class was removed in Qt 6.
Task-number: PYSIDE-1339
Task-number: PYSIDE-904
Change-Id: I6d16827418b85e036a86f901ca78c8b3f06e6431
Reviewed-by: Christian Tismer <tismer@stackless.com>
Diffstat (limited to 'sources/pyside2/PySide2')
| -rw-r--r-- | sources/pyside2/PySide2/QtGui/CMakeLists.txt | 1 | ||||
| -rw-r--r-- | sources/pyside2/PySide2/QtGui/typesystem_gui_common.xml | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sources/pyside2/PySide2/QtGui/CMakeLists.txt b/sources/pyside2/PySide2/QtGui/CMakeLists.txt index 1faf93ced..667c73667 100644 --- a/sources/pyside2/PySide2/QtGui/CMakeLists.txt +++ b/sources/pyside2/PySide2/QtGui/CMakeLists.txt @@ -97,7 +97,6 @@ ${QtGui_GEN_DIR}/qoffscreensurface_wrapper.cpp ${QtGui_GEN_DIR}/qopenglcontextgroup_wrapper.cpp ${QtGui_GEN_DIR}/qopenglextrafunctions_wrapper.cpp ${QtGui_GEN_DIR}/qopenglfunctions_wrapper.cpp -${QtGui_GEN_DIR}/qpagedpaintdevice_margins_wrapper.cpp ${QtGui_GEN_DIR}/qpagedpaintdevice_wrapper.cpp ${QtGui_GEN_DIR}/qpagelayout_wrapper.cpp ${QtGui_GEN_DIR}/qpagesize_wrapper.cpp diff --git a/sources/pyside2/PySide2/QtGui/typesystem_gui_common.xml b/sources/pyside2/PySide2/QtGui/typesystem_gui_common.xml index 4abc1ccac..69a3032dd 100644 --- a/sources/pyside2/PySide2/QtGui/typesystem_gui_common.xml +++ b/sources/pyside2/PySide2/QtGui/typesystem_gui_common.xml @@ -1102,7 +1102,6 @@ <enum-type name="PaintDeviceMetric"/> </object-type> <object-type name="QPagedPaintDevice"> - <value-type name="Margins"/> <enum-type name="PageSize"/> <enum-type name="PdfVersion" since="5.10"/> </object-type> |
