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

Method rate

YACReaderLibrary/grid_comics_view.cpp:329–332  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

327}
328
329void GridComicsView::rate(int index, int rating)
330{
331 model->updateRating(rating, model->index(index, 0));
332}
333
334void GridComicsView::requestedContextMenu(const QPoint &point)
335{

Callers

nothing calls this directly

Calls 2

updateRatingMethod · 0.80
indexMethod · 0.45

Tested by

no test coverage detected