Skip to content

Commit

Permalink
qt.cfg: add some QPoint functions (#6034)
Browse files Browse the repository at this point in the history
  • Loading branch information
orbitcowboy committed Feb 25, 2024
1 parent bfe258d commit 922cc80
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions cfg/qt.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2765,6 +2765,32 @@
<use-retval/>
<const/>
</function>
<!--int QPoint::x() const -->
<!--int QPoint::y() const -->
<!--int QPoint::manhattanLength() const -->
<function name="QPoint::x,QPoint::y,QPoint::manhattanLength">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="int"/>
<use-retval/>
</function>
<!--int QPoint::isNull() const -->
<function name="QPoint::isNull">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="bool"/>
<use-retval/>
</function>
<!--int QPoint::setX(int x) -->
<!--int QPoint::setY(int y) -->
<function name="QPoint::setX,QPoint::setY">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="void"/>
<arg nr="1" direction="in">
<not-uninit/>
</arg>
</function>
<!-- void QPainter::drawEllipse(const QRectF &rectangle) -->
<!-- void QPainter::drawEllipse(const QRect &rectangle) -->
<!-- void QPainter::drawEllipse(int x, int y, int width, int height) -->
Expand Down

0 comments on commit 922cc80

Please sign in to comment.