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

Method scanFolder

YACReaderLibrary/xml_info_library_scanner.cpp:33–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33void XMLInfoLibraryScanner::scanFolder(const QString &source, const QString &target, const QString &folder, const QModelIndex &dest)
34{
35 this->source = source;
36 this->target = target;
37
38 this->stopRunning = false;
39
40 partialUpdate = true;
41 folderDestinationModelIndex = dest;
42
43 start();
44}
45
46void XMLInfoLibraryScanner::run()
47{

Callers 1

Calls 1

startFunction · 0.85

Tested by

no test coverage detected