| 37 | } |
| 38 | |
| 39 | void FolderData::pushFileData(FileData* file) |
| 40 | { |
| 41 | mFileVector.push_back(file); |
| 42 | } |
| 43 | |
| 44 | //sort this folder and any subfolders |
| 45 | void FolderData::sort(ComparisonFunction & comparisonFunction, bool ascending) |
no test coverage detected