MCPcopy Create free account
hub / github.com/OpenBoard-org/OpenBoard / foreach

Function foreach

src/frameworks/UBFileSystemUtils.cpp:201–206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199void UBFileSystemUtils::deleteAllTempDirCreatedDuringSession()
200{
201 foreach (QString dirPath, sTempDirToCleanUp)
202 {
203 qWarning() << "will delete" << dirPath;
204
205 deleteDir(dirPath);
206 }
207}
208
209

Callers

nothing calls this directly

Calls 6

setFileNameMethod · 0.80
processingMethod · 0.80
errorStringMethod · 0.80
removeMethod · 0.45
sizeMethod · 0.45
closeMethod · 0.45

Tested by

no test coverage detected