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

Function lessThan

YACReaderLibrary/comic_vine/model/volume_comics_model.cpp:8–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6#include <QJsonParseError>
7
8bool lessThan(const QList<QString> &left, const QList<QString> &right)
9{
10 if ((left.count() > 0) && (right.count() > 0))
11 return naturalSortLessThanCI(left.at(0), right.at(0));
12 else
13 return true;
14}
15
16VolumeComicsModel::VolumeComicsModel(QObject *parent)
17 : JSONModel(parent), numExtraRows(0)

Callers

nothing calls this directly

Calls 1

naturalSortLessThanCIFunction · 0.85

Tested by

no test coverage detected