Skip to content

Commit

Permalink
qt.cfg: Added support for more interfaces, found by daca@home (#6094)
Browse files Browse the repository at this point in the history
  • Loading branch information
orbitcowboy authored Mar 7, 2024
1 parent 4d35fa9 commit aee1e21
Showing 1 changed file with 59 additions and 9 deletions.
68 changes: 59 additions & 9 deletions cfg/qt.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2734,6 +2734,14 @@
<not-bool/>
</arg>
</function>
<!-- int QModelIndex::column() const -->
<!-- int QModelIndex::row() const -->
<function name="QModelIndex::row,QModelIndex::column">
<noreturn>false</noreturn>
<returnValue type="int"/>
<use-retval/>
<const/>
</function>
<!-- int QDate::year() const -->
<function name="QDate::year">
<noreturn>false</noreturn>
Expand Down Expand Up @@ -2778,22 +2786,26 @@
<leak-ignore/>
<returnValue type="qreal"/>
<use-retval/>
<const/>
</function>
<!--QSizeF QRectF::size () const -->
<function name="QRectF::size">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="QSizeF"/>
<use-retval/>
<const/>
</function>
<!--bool QRectF::isEmpty () const -->
<!--bool QRectF::isNull () const -->
<!--bool QRectF::isValid () const -->
<function name="QRectF::isEmpty,QRectF::isNull,QRectF::isValid">
<!--bool QModelIndex::isValid () const -->
<function name="QRectF::isEmpty,QRectF::isNull,QRectF::isValid,QModelIndex::isValid">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="bool"/>
<use-retval/>
<const/>
</function>
<!--QPointF QRectF::topLeft () const -->
<!--QPointF QRectF::topRight () const -->
Expand All @@ -2805,6 +2817,26 @@
<leak-ignore/>
<returnValue type="QPointF"/>
<use-retval/>
<const/>
</function>
<!--qreal QPointF::x () const -->
<!--qreal QPointF::y () const -->
<!--qreal QPointF::manhattanLength () const -->
<function name="QPointF::x,QPointF::y,QPointF::manhattanLength">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="qreal"/>
<use-retval/>
<const/>
</function>
<!--qreal& QPointF::rx () const -->
<!--qreal& QPointF::ry () const -->
<function name="QPointF::rx,QPointF::ry">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="qreal &amp;"/>
<use-retval/>
<const/>
</function>
<!--int QRect::bottom () const -->
<!--int QRect::height () const -->
Expand All @@ -2814,27 +2846,35 @@
<!--int QRect::top () const -->
<!--int QRect::x () const -->
<!--int QRect::y () const -->
<function name="QRect::bottom,QRect::height,QRect::left,QRect::right,QRect::top,QRect::width,QRect::x,QRect::y">
<!--int QSize::width () const -->
<!--int QSize::heigth () const -->
<function name="QRect::bottom,QRect::height,QRect::left,QRect::right,QRect::top,QRect::width,QRect::x,QRect::y,QSize::width,QSize::heigth">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="int"/>
<use-retval/>
<const/>
</function>
<!--QSize QRect::size () const -->
<function name="QRect::size">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="QSize"/>
<use-retval/>
<const/>
</function>
<!--bool QRect::isEmpty () const -->
<!--bool QRect::isNull () const -->
<!--bool QRect::isValid () const -->
<function name="QRect::isEmpty,QRect::isNull,QRect::isValid">
<!--bool QSize::isValid () const -->
<!--bool QSize::isEmpty () const -->
<!--bool QSize::isNull () const -->
<function name="QRect::isEmpty,QRect::isNull,QRect::isValid,QSize::isValid,QSize::isEmpty,QSize::isNull">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="bool"/>
<use-retval/>
<const/>
</function>
<!--QPoint QRect::topLeft () const -->
<!--QPoint QRect::topRight () const -->
Expand All @@ -2846,6 +2886,7 @@
<leak-ignore/>
<returnValue type="QPoint"/>
<use-retval/>
<const/>
</function>
<!--int QPoint::x() const -->
<!--int QPoint::y() const -->
Expand All @@ -2855,17 +2896,26 @@
<leak-ignore/>
<returnValue type="int"/>
<use-retval/>
<const/>
</function>
<!--int QPoint::isNull() const -->
<function name="QPoint::isNull">
<!--bool QPoint::isNull() const -->
<!--bool QPointF::isNull() const -->
<function name="QPoint::isNull,QPointF::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">
<const/>
</function>
<!--void QRect::setHeight(int h) -->
<!--void QRect::setWidth(int w) -->
<!--void QSize::setHeight(int h) -->
<!--void QSize::setWidth(int w) -->
<!--void QPoint::setX(int x) -->
<!--void QPoint::setY(int y) -->
<!--void QPointF::setX(qreal x) -->
<!--void QPointF::setY(qreal y) -->
<function name="QRect::setHeight,QRect::setWidth,QSize::setHeight,QSize::setWidth,QPoint::setX,QPoint::setY,QPointF::setX,QPointF::setY">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="void"/>
Expand Down

0 comments on commit aee1e21

Please sign in to comment.