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

Method getSelectedComicId

YACReaderLibrary/comic_vine/select_comic.cpp:161–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159}
160
161QString SelectComic::getSelectedComicId()
162{
163 return model->getComicId(tableComics->currentIndex());
164}
165
166void SelectComic::applyTheme(const Theme &theme)
167{

Callers 1

goNextMethod · 0.80

Calls 2

getComicIdMethod · 0.45
currentIndexMethod · 0.45

Tested by

no test coverage detected