Skip to content

Commit c421c83

Browse files
committed
I believe it is not necessary to create a shell for QPagedPaintDevice
1 parent 051d222 commit c421c83

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
@@ -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)