Home
last modified time | relevance | path

Searched defs:addComicsToLabel (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/yacreader/yacreader-9.8.2/YACReaderLibrary/db/
H A Dcomic_model.cpp940 void ComicModel::addComicsToLabel(const QList<qulonglong> &comicIds, qulonglong labelId) in addComicsToLabel() function in ComicModel
945 void ComicModel::addComicsToLabel(const QList<QModelIndex> &comicsList, qulonglong labelId) in addComicsToLabel() function in ComicModel
H A Dreading_list_model.cpp268 emit addComicsToLabel(comicIds, dest.data(IDRole).toULongLong()); in dropComics() local