| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected