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

Function foreach

gui/src/main.cpp:234–234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

232 QFileInfoList files = tmpDir.entryInfoList(filters);
233
234 foreach (QFileInfo file, files) { QFile::remove(file.filePath()); }
235
236 std::cout << QObject::tr("QNapi: finished.").toStdString() << std::endl;
237

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected