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

Method addSelectedComicsToFavorites

YACReaderLibrary/library_window.cpp:1324–1328  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1322}
1323
1324void LibraryWindow::addSelectedComicsToFavorites()
1325{
1326 QModelIndexList indexList = getSelectedComics();
1327 comicsModel->addComicsToFavorites(indexList);
1328}
1329
1330void LibraryWindow::showComicsViewContextMenu(const QPoint &point)
1331{

Callers

nothing calls this directly

Calls 1

addComicsToFavoritesMethod · 0.80

Tested by

no test coverage detected