Skip to content

Commit

Permalink
Update qt.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
chrchr-github authored May 6, 2024
1 parent 841a225 commit 60e4e71
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cfg/qt.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
<define name="SLOT(X)" value="#X"/>
<!-- T qAbs(const T &t) -->
<function name="qAbs">
<pure/>
<noreturn>false</noreturn>
<use-retval/>
<arg nr="1" direction="in">
Expand Down Expand Up @@ -147,6 +148,7 @@
<!-- bool qFuzzyIsNull(double d) -->
<!-- bool qFuzzyIsNull(float f) -->
<function name="qFuzzyIsNull">
<pure/>
<noreturn>false</noreturn>
<returnValue type="bool"/>
<use-retval/>
Expand Down Expand Up @@ -2338,6 +2340,8 @@
<!-- bool QDir::exists(QString &name) const -->
<!-- bool QDir::exists() const -->
<function name="QDir">
<pure/>
<const/>
<noreturn>false</noreturn>
<returnValue type="bool"/>
<use-retval/>
Expand Down Expand Up @@ -2722,6 +2726,7 @@
<!-- bool QDate::isValid() const -->
<!-- bool QDate::isValid(int year, int month, int day) // static -->
<function name="QDate::isValid">
<pure/>
<noreturn>false</noreturn>
<returnValue type="bool"/>
<use-retval/>
Expand Down

0 comments on commit 60e4e71

Please sign in to comment.