Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
346
void ClassicComicsView::centerComicFlow(const QModelIndex &mi)
347
{
348
comicFlow->showSlide(mi.row());
349
comicFlow->setFocus(Qt::OtherFocusReason);
350
}
351
352
void ClassicComicsView::updateTableView(int i)
353
{
Callers
nothing calls this directly
Calls
2
showSlide
Method · 0.45
row
Method · 0.45
Tested by
no test coverage detected