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

Method onAddComicsToLabel

YACReaderLibrary/library_window.cpp:1649–1658  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1647}
1648
1649void LibraryWindow::onAddComicsToLabel()
1650{
1651 auto action = static_cast<QAction *>(sender());
1652
1653 qulonglong labelId = action->data().toULongLong();
1654
1655 QModelIndexList comics = getSelectedComics();
1656
1657 comicsModel->addComicsToLabel(comics, labelId);
1658}
1659
1660void LibraryWindow::setToolbarTitle(const QModelIndex &modelIndex)
1661{

Callers

nothing calls this directly

Calls 2

addComicsToLabelMethod · 0.80
dataMethod · 0.45

Tested by

no test coverage detected