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

Method copyComicsTo

YACReaderLibrary/comic_files_manager.cpp:15–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13}
14
15void ComicFilesManager::copyComicsTo(const QList<QPair<QString, QString>> &sourceComics, const QString &folderDest, const QModelIndex &dest)
16{
17 comics = sourceComics;
18 folder = folderDest;
19 folderDestinationModelIndex = dest;
20 move = false;
21}
22
23void ComicFilesManager::moveComicsTo(const QList<QPair<QString, QString>> &sourceComics, const QString &folderDest, const QModelIndex &dest)
24{

Calls

no outgoing calls

Tested by

no test coverage detected