|
2319 | 2319 | <not-bool/> |
2320 | 2320 | </arg> |
2321 | 2321 | </function> |
| 2322 | + <!-- bool QDir::mkdir(const QString &dirPath) const --> |
| 2323 | + <!-- bool QDir::mkpath(const QString &dirPath) const --> |
| 2324 | + <!-- do not mark as const as it is not const from a side effect standpoint--> |
| 2325 | + <function name="QDir::mkdir,QDir::mkpath"> |
| 2326 | + <noreturn>false</noreturn> |
| 2327 | + <returnValue type="bool"/> |
| 2328 | + <use-retval type="error-code"/> |
| 2329 | + <arg nr="1" direction="in"> |
| 2330 | + <not-uninit/> |
| 2331 | + <not-bool/> |
| 2332 | + </arg> |
| 2333 | + </function> |
| 2334 | + <!-- QString QDir::path() const --> |
| 2335 | + <function name="QDir::path"> |
| 2336 | + <noreturn>false</noreturn> |
| 2337 | + <use-retval/> |
| 2338 | + <returnValue type="QString"/> |
| 2339 | + </function> |
2322 | 2340 | <!-- QString absolutePath() const --> |
2323 | 2341 | <!-- QString canonicalPath() const --> |
2324 | 2342 | <!-- QString dirName() const --> |
2325 | | - <function name="QDir::absoluteFilePath,QDir::canonicalPath,QDir::dirName"> |
| 2343 | + <function name="QDir::absolutePath,QDir::canonicalPath,QDir::dirName"> |
2326 | 2344 | <noreturn>false</noreturn> |
2327 | 2345 | <returnValue type="QString"/> |
2328 | 2346 | <use-retval/> |
|
2338 | 2356 | <not-bool/> |
2339 | 2357 | </arg> |
2340 | 2358 | </function> |
| 2359 | + <!-- QString QDir::absoluteFilePath(const QString &fileName) --> |
| 2360 | + <function name="QDir::absoluteFilePath"> |
| 2361 | + <noreturn>false</noreturn> |
| 2362 | + <returnValue type="QString"/> |
| 2363 | + <use-retval/> |
| 2364 | + <arg nr="1" direction="in"> |
| 2365 | + <not-uninit/> |
| 2366 | + <not-bool/> |
| 2367 | + </arg> |
| 2368 | + <const/> |
| 2369 | + </function> |
| 2370 | + <!-- QString QDir::filePath(const QString &fileName) --> |
| 2371 | + <function name="QDir::filePath"> |
| 2372 | + <noreturn>false</noreturn> |
| 2373 | + <returnValue type="QString"/> |
| 2374 | + <use-retval/> |
| 2375 | + <arg nr="1" direction="in"> |
| 2376 | + <not-uninit/> |
| 2377 | + <not-bool/> |
| 2378 | + </arg> |
| 2379 | + <const/> |
| 2380 | + </function> |
| 2381 | + <!-- static QString QDir::cleanPath(const QString &path) --> |
| 2382 | + <function name="QDir::cleanPath"> |
| 2383 | + <noreturn>false</noreturn> |
| 2384 | + <returnValue type="QString"/> |
| 2385 | + <arg nr="1" direction="in"> |
| 2386 | + <not-uninit/> |
| 2387 | + <not-bool/> |
| 2388 | + </arg> |
| 2389 | + <const/> |
| 2390 | + </function> |
| 2391 | + <!-- static QString QDir::currentPath() --> |
| 2392 | + <!-- static QString QDir::tempPath() --> |
| 2393 | + <function name="QDir::currentPath,QDir::tempPath"> |
| 2394 | + <noreturn>false</noreturn> |
| 2395 | + <returnValue type="QString"/> |
| 2396 | + <use-retval/> |
| 2397 | + <const/> |
| 2398 | + </function> |
| 2399 | + <!-- QStringList QDir::entryList(const QStringList &nameFilters, QDir::Filters filters = NoFilter, QDir::SortFlags sort = NoSort) const--> |
| 2400 | + <!-- QStringList QDir::entryList(QDir::Filters filters = NoFilter, QDir::SortFlags sort = NoSort)const--> |
| 2401 | + <function name="QDir::entryList"> |
| 2402 | + <noreturn>false</noreturn> |
| 2403 | + <returnValue type="QStringList"/> |
| 2404 | + <use-retval/> |
| 2405 | + <arg nr="any"> |
| 2406 | + <not-uninit/> |
| 2407 | + </arg> |
| 2408 | + <const/> |
| 2409 | + </function> |
| 2410 | + <!-- QFileInfoList QDir::entryInfoList(const QStringList &nameFilters, QDir::Filters filters = NoFilter, QDir::SortFlags sort = NoSort) const --> |
| 2411 | + <!-- QFileInfoList QDir::entryInfoList(QDir::Filters filters = NoFilter, QDir::SortFlags sort = NoSort) const --> |
| 2412 | + <function name="QDir::entryInfoList"> |
| 2413 | + <noreturn>false</noreturn> |
| 2414 | + <returnValue type="QFileInfoList"/> |
| 2415 | + <use-retval/> |
| 2416 | + <arg nr="any"> |
| 2417 | + <not-uninit/> |
| 2418 | + </arg> |
| 2419 | + <const/> |
| 2420 | + </function> |
2341 | 2421 | <!-- bool QDir::cdUp() --> |
2342 | 2422 | <function name="QDir::cdUp"> |
2343 | 2423 | <noreturn>false</noreturn> |
|
2346 | 2426 | </function> |
2347 | 2427 | <!-- bool QDir::exists(QString &name) const --> |
2348 | 2428 | <!-- bool QDir::exists() const --> |
2349 | | - <function name="QDir"> |
| 2429 | + <function name="QDir::exists"> |
2350 | 2430 | <noreturn>false</noreturn> |
2351 | 2431 | <returnValue type="bool"/> |
2352 | 2432 | <use-retval/> |
|
2356 | 2436 | <not-bool/> |
2357 | 2437 | </arg> |
2358 | 2438 | </function> |
2359 | | - <!-- uint QDir::count() const --> |
2360 | | - <function name="QDir::count"> |
2361 | | - <noreturn>false</noreturn> |
2362 | | - <returnValue type="uint"/> |
2363 | | - <use-retval/> |
2364 | | - <const/> |
2365 | | - </function> |
2366 | 2439 | <!-- bool QFile::exists(const QString &fileName) // static --> |
2367 | 2440 | <!-- bool QFile::exists() const --> |
2368 | 2441 | <function name="QFile::exists"> |
|
2375 | 2448 | <not-bool/> |
2376 | 2449 | </arg> |
2377 | 2450 | </function> |
| 2451 | + <!-- uint QDir::count() const --> |
| 2452 | + <function name="QDir::count"> |
| 2453 | + <noreturn>false</noreturn> |
| 2454 | + <returnValue type="uint"/> |
| 2455 | + <use-retval/> |
| 2456 | + <const/> |
| 2457 | + </function> |
| 2458 | + <!-- QChar QDir::separator() static --> |
| 2459 | + <function name="QDir::separator"> |
| 2460 | + <noreturn>false</noreturn> |
| 2461 | + <returnValue type="QChar"/> |
| 2462 | + <use-retval/> |
| 2463 | + <const/> |
| 2464 | + </function> |
| 2465 | + <!-- QDir QDir::home() static --> |
| 2466 | + <function name="QDir::home"> |
| 2467 | + <noreturn>false</noreturn> |
| 2468 | + <returnValue type="QDir"/> |
| 2469 | + <use-retval/> |
| 2470 | + <const/> |
| 2471 | + </function> |
| 2472 | + <!-- QString QDir::homePath() static --> |
| 2473 | + <function name="QDir::homePath"> |
| 2474 | + <noreturn>false</noreturn> |
| 2475 | + <returnValue type="QString"/> |
| 2476 | + <use-retval/> |
| 2477 | + <const/> |
| 2478 | + </function> |
2378 | 2479 | <!-- bool QFile::open(OpenMode mode) --> |
2379 | 2480 | <!-- bool QFile::open(FILE *fh, OpenMode mode, FileHandleFlags handleFlags = DontCloseHandle) --> |
2380 | 2481 | <!-- bool QFile::open(int fd, OpenMode mode, FileHandleFlags handleFlags = DontCloseHandle) --> |
|
0 commit comments