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

Method getInkers

common/comic_db.cpp:451–458  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

449}
450
451QStringList ComicInfo::getInkers()
452{
453 if (inker.toString().length() > 0) {
454 return inker.toString().split("\n");
455 }
456
457 return QStringList();
458}
459
460QStringList ComicInfo::getColorists()
461{

Callers

nothing calls this directly

Calls 2

toStringMethod · 0.80
splitMethod · 0.80

Tested by

no test coverage detected