| 29 | } |
| 30 | |
| 31 | bool naturalSortLessThanCI(const QString &left, const QString &right) |
| 32 | { |
| 33 | return (naturalCompare(left, right, Qt::CaseInsensitive) < 0); |
| 34 | } |
| 35 | |
| 36 | bool naturalSortLessThanCIFileInfo(const QFileInfo &left, const QFileInfo &right) |
| 37 | { |
no test coverage detected