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

Method enqueueFiles

gui/src/forms/frmprogress.cpp:71–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71void frmProgress::enqueueFiles(const QStringList &fileList) {
72 for (int i = 0; i < fileList.size(); i++) {
73 enqueueFile(fileList.at(i));
74 }
75}
76
77bool frmProgress::download() {
78 if (summary.isVisible()) {

Callers 3

showOpenDialogMethod · 0.80
showScanDialogMethod · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected