| 171 | } |
| 172 | |
| 173 | void SortVolumeComics::loadPreviousPage() |
| 174 | { |
| 175 | emit loadPage(currentVolumeId, paginator->getCurrentPage() - 1); |
| 176 | } |
| 177 | |
| 178 | void SortVolumeComics::synchronizeScroll(int pos) |
| 179 | { |
nothing calls this directly
no test coverage detected