Skip to content

Commit adfe2f6

Browse files
usiemsjcfr
authored andcommitted
[Backport generator] I believe it is not necessary to create a shell for QPagedPaintDevice
(cherry picked from commit MeVisLab/pythonqt@c421c83)
1 parent b74187e commit adfe2f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generator/typesystem_gui.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3089,7 +3089,7 @@ PyObject* constScanLine(QImage* image, int line) {
30893089
<object-type name="QGuiApplication">
30903090
<modify-function signature="QGuiApplication(int &amp;, char **, int)" remove="all"/>
30913091
</object-type>
3092-
<interface-type name="QPagedPaintDevice">
3092+
<interface-type name="QPagedPaintDevice" create-shell="no">
30933093
<modify-function signature="devicePageLayout()const" remove="all"/>
30943094
</interface-type>
30953095

0 commit comments

Comments
 (0)