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

Method setCurrentIndex

YACReaderLibrary/classic_comics_view.cpp:215–219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

213}
214
215void ClassicComicsView::setCurrentIndex(const QModelIndex &index)
216{
217 tableView->setCurrentIndex(index);
218 centerComicFlow(index);
219}
220
221QModelIndex ClassicComicsView::currentIndex()
222{

Callers 2

setModelMethod · 0.45
updateTableViewMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected