MCPcopy Create free account
hub / github.com/QNapi/qnapi / setSearchPath

Method setSearchPath

gui/src/forms/frmscan.h:37–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35 ScanFilesThread();
36 void run();
37 void setSearchPath(const QString &path) { searchPath = path; }
38 void setFilters(const QString &filters) { scanFilters = filters.split(" "); }
39 void setSkipFilters(const QString &filters) {
40 skipFilters = filters.split(" ");

Callers 1

pbScanClickedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected