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