Skip to content

Commit fcf0d5e

Browse files
committed
I believe it is not necessary to create a shell for QPagedPaintDevice
1 parent 9477642 commit fcf0d5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generator/typesystem_gui.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3086,7 +3086,7 @@ PyObject* constScanLine(QImage* image, int line) {
30863086
<object-type name="QGuiApplication">
30873087
<modify-function signature="QGuiApplication(int &amp;, char **, int)" remove="all"/>
30883088
</object-type>
3089-
<interface-type name="QPagedPaintDevice">
3089+
<interface-type name="QPagedPaintDevice" create-shell="no">
30903090
<modify-function signature="devicePageLayout()const" remove="all"/>
30913091
</interface-type>
30923092

0 commit comments

Comments
 (0)