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

Method getOrdering

YACReaderLibrary/db/reading_list_item.cpp:244–251  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

242}
243
244int ReadingListItem::getOrdering() const
245{
246 if (itemData.count() > Ordering)
247 return itemData[Ordering].toInt();
248
249 QLOG_WARN() << "Ordering for Item not available";
250 return 0;
251}
252
253void ReadingListItem::setOrdering(const int ordering)
254{

Callers 1

appendChildMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected