| 65 | |
| 66 | pluginsDir.setNameFilters(pluginFilter); |
| 67 | foreach (QString fileName, pluginsDir.entryList(QDir::Files)) |
| 68 | { |
| 69 | QFile file(pluginsDir.filePath(fileName)); |
| 70 | file.copy(tmpPluginsDir.filePath(fileName)); |
| 71 | } |
| 72 | |
| 73 | if(tmpPluginsDir.exists()) |
| 74 | { |
nothing calls this directly
no test coverage detected