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

Method setCurrentComicUnreaded

YACReaderLibrary/library_window.cpp:1777–1780  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1775}
1776
1777void LibraryWindow::setCurrentComicUnreaded()
1778{
1779 this->setCurrentComicsStatusReaded(YACReader::Unread);
1780}
1781
1782void LibraryWindow::setSelectedComicsType(FileType type)
1783{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected