summaryrefslogtreecommitdiffstats
path: root/src/fileinfo.h
Commit message (Collapse)AuthorAgeFilesLines
* Refactoring: Replaced QDir with DirDimitri van Heesch2021-03-181-1/+1
| | | | | - Dir is based on ghc::filesystem, a std::filesystem compatible implementation that does not require C++17.
* Refactoring: Replaced QFileInfo with FileInfoDimitri van Heesch2021-03-181-0/+47
- FileInfo is based on ghc::filesystem, a std::filesystem compatible implementation that does not require C++17.