Skip to content

Commit dfefcf2

Browse files
Update qt.cfg
1 parent 7a1f85a commit dfefcf2

1 file changed

Lines changed: 14 additions & 2 deletions

File tree

cfg/qt.cfg

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2307,7 +2307,7 @@
23072307
<not-null/>
23082308
</arg>
23092309
</function>
2310-
<!-- https://doc.qt.io/qt-6/qdir.html -->
2310+
<!-- https://doc.qt.io/qt-5/qdir.html -->
23112311
<!-- QString QDir::fromNativeSeparators(const QString &pathName) -->
23122312
<!-- QString QDir::toNativeSeparators(const QString &pathName) -->
23132313
<function name="QDir::fromNativeSeparators,QDir::toNativeSeparators">
@@ -2331,9 +2331,10 @@
23312331
<not-bool/>
23322332
</arg>
23332333
</function>
2334-
<!-- bool QDir::path() const -->
2334+
<!-- QString QDir::path() const -->
23352335
<function name="QDir::path">
23362336
<noreturn>false</noreturn>
2337+
<use-retval/>
23372338
<returnValue type="QString"/>
23382339
</function>
23392340
<!-- QString absolutePath() const -->
@@ -2430,6 +2431,17 @@
24302431
<not-bool/>
24312432
</arg>
24322433
</function>
2434+
<!-- bool QFile::exists(const QString &fileName) // static -->
2435+
<!-- bool QFile::exists() const -->
2436+
<function name="QFile::exists">
2437+
<noreturn>false</noreturn>
2438+
<returnValue type="bool"/>
2439+
<use-retval/>
2440+
<leak-ignore/>
2441+
<arg nr="1" default="&quot;&quot;" direction="in">
2442+
<not-uninit/>
2443+
<not-bool/>
2444+
</arg>
24332445
<!-- uint QDir::count() const -->
24342446
<function name="QDir::count">
24352447
<noreturn>false</noreturn>

0 commit comments

Comments
 (0)