qt.cfg: Add configuration for QString::resize()

This commit is contained in:
versat 2019-09-12 15:32:55 +02:00
parent fe236dbdc4
commit d870e4d555
1 changed files with 13 additions and 0 deletions

View File

@ -1614,6 +1614,19 @@
<not-uninit/>
</arg>
</function>
<!-- void QString::resize(int size) -->
<!-- void QString::resize(int size, QChar fillChar) -->
<function name="QString::resize">
<noreturn>false</noreturn>
<returnValue type="void"/>
<leak-ignore/>
<arg nr="1" direction="in">
<not-uninit/>
</arg>
<arg nr="2" direction="in" default="">
<not-uninit/>
</arg>
</function>
<!-- QString QString::right(int n) const -->
<function name="QString::right">
<noreturn>false</noreturn>