MCPcopy Create free account
hub / github.com/dannagle/PacketSender / foreach

Function foreach

src/persistenthttp.cpp:57–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55{
56 QString f;
57 foreach(f, tempFiles) {
58 QFile(f).remove();
59 }
60
61 delete ui;
62}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected