| 118 | } |
| 119 | |
| 120 | void SelectVolume::loadNextPage() |
| 121 | { |
| 122 | emit loadPage({ currentSearchQuery.volume, paginator->getCurrentPage() + 1, currentSearchQuery.exactMatch }); |
| 123 | } |
| 124 | |
| 125 | void SelectVolume::loadPreviousPage() |
| 126 | { |
nothing calls this directly
no test coverage detected