Skip to content

Commit

Permalink
qt.cfg: Added support for more interfaces (#6210)
Browse files Browse the repository at this point in the history
  • Loading branch information
orbitcowboy authored Mar 30, 2024
1 parent e829297 commit a4575e3
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions cfg/qt.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -968,6 +968,25 @@
<not-uninit/>
</arg>
</function>
<!-- template <typename AT> qsizetype QSignalSpy::count(const AT &value) const -->
<!-- template <typename AT> qsizetype QSignalSpy::count() const -->
<!-- template <typename AT> qsizetype QSignalSpy::size() const -->
<function name="QSignalSpy::count,QSignalSpy::size">
<noreturn>false</noreturn>
<use-retval/>
<returnValue type="qsize"/>
<const/>
<arg nr="1" direction="in" default="">
<not-uninit/>
</arg>
</function>
<!-- QIcon QIcon::fromTheme(const QString &name)-->
<function name="QIcon::fromTheme">
<noreturn>false</noreturn>
<use-retval/>
<returnValue type="QIcon"/>
<arg nr="1" direction="in"/>
</function>
<!-- ##### QMap https://doc.qt.io/qt-5/qmap.html ##### -->
<!-- QMap::const_iterator QMap::constFind(const Key &key) const -->
<function name="QMap::constFind">
Expand Down

0 comments on commit a4575e3

Please sign in to comment.