dwww Home | Show directory contents | Find package

# qfileinfo-exists

Finds places using `QFileInfo("filename").exists()` instead of the faster version `QFileInfo::exists("filename")`.

According to Qt's docs:
"Using this function is faster than using QFileInfo(file).exists() for file system access."

Generated by dwww version 1.15 on Wed Jun 26 01:58:36 CEST 2024.