| 1322 | } |
| 1323 | |
| 1324 | void LibraryWindow::addSelectedComicsToFavorites() |
| 1325 | { |
| 1326 | QModelIndexList indexList = getSelectedComics(); |
| 1327 | comicsModel->addComicsToFavorites(indexList); |
| 1328 | } |
| 1329 | |
| 1330 | void LibraryWindow::showComicsViewContextMenu(const QPoint &point) |
| 1331 | { |
nothing calls this directly
no test coverage detected