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

Method getData

YACReaderLibrary/db/comic_item.cpp:26–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26QList<QVariant> ComicItem::getData() const
27{
28 return itemData;
29}
30
31void ComicItem::setData(const QList<QVariant> &data)
32{

Callers 5

reloadMethod · 0.45
getSubfoldersModelMethod · 0.45
takeUpdatedDataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected