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

Method selectedComicForOpening

YACReaderLibrary/classic_comics_view.cpp:305–308  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

303}
304
305void ClassicComicsView::selectedComicForOpening(const QModelIndex &mi)
306{
307 emit selected(mi.row());
308}
309
310void ClassicComicsView::requestedViewContextMenu(const QPoint &point)
311{

Callers

nothing calls this directly

Calls 1

rowMethod · 0.45

Tested by

no test coverage detected