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

Method triggerOpenCurrentComic

YACReaderLibrary/grid_comics_view.cpp:314–321  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

312}
313
314void GridComicsView::triggerOpenCurrentComic()
315{
316 if (model == nullptr) {
317 return;
318 }
319
320 emit openComic(currentComic, model->getMode());
321}
322
323void GridComicsView::updateSettings()
324{

Callers

nothing calls this directly

Calls 1

getModeMethod · 0.80

Tested by

no test coverage detected