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

Method getCoverArtists

common/comic_db.cpp:478–485  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

476}
477
478QStringList ComicInfo::getCoverArtists()
479{
480 if (coverArtist.toString().length() > 0) {
481 return coverArtist.toString().split("\n");
482 }
483
484 return QStringList();
485}
486
487QStringList ComicInfo::getEditors()
488{

Callers

nothing calls this directly

Calls 2

toStringMethod · 0.80
splitMethod · 0.80

Tested by

no test coverage detected