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

Method scanLibrary

YACReaderLibrary/xml_info_library_scanner.cpp:21–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19}
20
21void XMLInfoLibraryScanner::scanLibrary(const QString &source, const QString &target)
22{
23 this->source = source;
24 this->target = target;
25
26 this->stopRunning = false;
27
28 partialUpdate = false;
29
30 start();
31}
32
33void XMLInfoLibraryScanner::scanFolder(const QString &source, const QString &target, const QString &folder, const QModelIndex &dest)
34{

Callers 2

rescanXMLInfoLibraryMethod · 0.80

Calls 1

startFunction · 0.85

Tested by

no test coverage detected