Skip to content

Commit 1041a92

Browse files
committed
cfg/qt.cfg - add definition for QDate::isValid()
Add the bool isValid() signature. bool isValid(int, int, int) is already there.
1 parent 542da04 commit 1041a92

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

cfg/qt.cfg

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2728,6 +2728,12 @@
27282728
<use-retval/>
27292729
<const/>
27302730
</function>
2731+
<function name="QDate::isValid">
2732+
<noreturn>false</noreturn>
2733+
<returnValue type="bool"/>
2734+
<use-retval/>
2735+
<const/>
2736+
</function>
27312737
<!-- bool QDate::isValid() const -->
27322738
<!-- bool QDate::isValid(int year, int month, int day) // static -->
27332739
<function name="QDate::isValid">

0 commit comments

Comments
 (0)