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

Method getLetterers

common/comic_db.cpp:469–476  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

467}
468
469QStringList ComicInfo::getLetterers()
470{
471 if (letterer.toString().length() > 0) {
472 return letterer.toString().split("\n");
473 }
474
475 return QStringList();
476}
477
478QStringList ComicInfo::getCoverArtists()
479{

Callers

nothing calls this directly

Calls 2

toStringMethod · 0.80
splitMethod · 0.80

Tested by

no test coverage detected