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

Method folderChange

gui/src/forms/frmscan.cpp:160–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158}
159
160void frmScan::folderChange(const QString &dirName) {
161 ui.lbAction->setText(tr("Scanning directory <b>%1</b>...").arg(dirName));
162}
163
164void frmScan::scanFinished() {
165 enableControlWidgets(true);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected