| 1775 | } |
| 1776 | |
| 1777 | void LibraryWindow::setCurrentComicUnreaded() |
| 1778 | { |
| 1779 | this->setCurrentComicsStatusReaded(YACReader::Unread); |
| 1780 | } |
| 1781 | |
| 1782 | void LibraryWindow::setSelectedComicsType(FileType type) |
| 1783 | { |
nothing calls this directly
no test coverage detected