| 34 | } |
| 35 | |
| 36 | bool naturalSortLessThanCIFileInfo(const QFileInfo &left, const QFileInfo &right) |
| 37 | { |
| 38 | return naturalSortLessThanCI(left.fileName(), right.fileName()); |
| 39 | } |
| 40 | |
| 41 | bool naturalSortLessThanCILibraryItem(LibraryItem *left, LibraryItem *right) |
| 42 | { |
nothing calls this directly
no test coverage detected