Skip to content

Commit

Permalink
QPixmapCache::find(QString, QPixmap*) was suppressed
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
usiems committed May 29, 2024
1 parent fd3a033 commit 8694332
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions generator/typesystem_gui.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1417,10 +1417,6 @@ PyObject* constScanLine(QImage* image, int line) {
</object-type>

<object-type name="QPixmapCache">
<modify-function signature="find(QString)">
<remove/>
</modify-function>
<modify-function signature="find(QString,QPixmap*)" remove="all"/>
</object-type>
<object-type name="QPlastiqueStyle">
<modify-function signature="standardPixmap(QStyle::StandardPixmap, const QStyleOption*, const QWidget*)const" remove="all"/> <!--### Obsolete in 4.3-->
Expand Down

0 comments on commit 8694332

Please sign in to comment.