Skip to content

Commit a4575e3

Browse files
authored
qt.cfg: Added support for more interfaces (#6210)
1 parent e829297 commit a4575e3

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

cfg/qt.cfg

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -968,6 +968,25 @@
968968
<not-uninit/>
969969
</arg>
970970
</function>
971+
<!-- template <typename AT> qsizetype QSignalSpy::count(const AT &value) const -->
972+
<!-- template <typename AT> qsizetype QSignalSpy::count() const -->
973+
<!-- template <typename AT> qsizetype QSignalSpy::size() const -->
974+
<function name="QSignalSpy::count,QSignalSpy::size">
975+
<noreturn>false</noreturn>
976+
<use-retval/>
977+
<returnValue type="qsize"/>
978+
<const/>
979+
<arg nr="1" direction="in" default="">
980+
<not-uninit/>
981+
</arg>
982+
</function>
983+
<!-- QIcon QIcon::fromTheme(const QString &name)-->
984+
<function name="QIcon::fromTheme">
985+
<noreturn>false</noreturn>
986+
<use-retval/>
987+
<returnValue type="QIcon"/>
988+
<arg nr="1" direction="in"/>
989+
</function>
971990
<!-- ##### QMap https://doc.qt.io/qt-5/qmap.html ##### -->
972991
<!-- QMap::const_iterator QMap::constFind(const Key &key) const -->
973992
<function name="QMap::constFind">

0 commit comments

Comments
 (0)