Skip to content

Commit 8694332

Browse files
committed
QPixmapCache::find(QString, QPixmap*) was suppressed
but I don't know why, since the method should simply work (like the other find variant). And it was reported that the method was previously (before Qt6) created, even though it should have been suppressed.
1 parent fd3a033 commit 8694332

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

generator/typesystem_gui.xml

-4
Original file line numberDiff line numberDiff line change
@@ -1417,10 +1417,6 @@ PyObject* constScanLine(QImage* image, int line) {
14171417
</object-type>
14181418

14191419
<object-type name="QPixmapCache">
1420-
<modify-function signature="find(QString)">
1421-
<remove/>
1422-
</modify-function>
1423-
<modify-function signature="find(QString,QPixmap*)" remove="all"/>
14241420
</object-type>
14251421
<object-type name="QPlastiqueStyle">
14261422
<modify-function signature="standardPixmap(QStyle::StandardPixmap, const QStyleOption*, const QWidget*)const" remove="all"/> <!--### Obsolete in 4.3-->

0 commit comments

Comments
 (0)