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

Method centerComicFlow

YACReaderLibrary/classic_comics_view.cpp:346–350  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

344}
345
346void ClassicComicsView::centerComicFlow(const QModelIndex &mi)
347{
348 comicFlow->showSlide(mi.row());
349 comicFlow->setFocus(Qt::OtherFocusReason);
350}
351
352void ClassicComicsView::updateTableView(int i)
353{

Callers

nothing calls this directly

Calls 2

showSlideMethod · 0.45
rowMethod · 0.45

Tested by

no test coverage detected