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

Method resetComicRating

YACReaderLibrary/library_window.cpp:2184–2193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2182}
2183
2184void LibraryWindow::resetComicRating()
2185{
2186 QModelIndexList indexList = getSelectedComics();
2187
2188 comicsModel->startTransaction();
2189 for (auto &index : indexList) {
2190 comicsModel->resetComicRating(index);
2191 }
2192 comicsModel->finishTransaction();
2193}
2194
2195void LibraryWindow::checkSearchNumResults(int numResults)
2196{

Callers

nothing calls this directly

Calls 2

startTransactionMethod · 0.80
finishTransactionMethod · 0.80

Tested by

no test coverage detected