MCPcopy Create free account
hub / github.com/YACReader/yacreader / naturalSortLessThanCI

Function naturalSortLessThanCI

common/qnaturalsorting.cpp:31–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 15

addItemMethod · 0.85
renameCurrentLibraryMethod · 0.85
operator()Method · 0.85
getIpAddressesFunction · 0.85
getReadingListsMethod · 0.85
getLabelsMethod · 0.85
sortedLibrariesMethod · 0.85
lessThanFunction · 0.85

Calls 1

naturalCompareFunction · 0.85

Tested by

no test coverage detected