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

Method moveComicsTo

YACReaderLibrary/comic_files_manager.cpp:23–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21}
22
23void ComicFilesManager::moveComicsTo(const QList<QPair<QString, QString>> &sourceComics, const QString &folderDest, const QModelIndex &dest)
24{
25 comics = sourceComics;
26 folder = folderDest;
27 folderDestinationModelIndex = dest;
28 move = true;
29}
30
31QList<QPair<QString, QString>> ComicFilesManager::getDroppedFiles(const QList<QUrl> &urls)
32{

Calls

no outgoing calls

Tested by

no test coverage detected