| 101 | {} |
| 102 | |
| 103 | void FcstdInfoSource::run() |
| 104 | { |
| 105 | const std::string stdFilePath(_filePath.toStdString()); |
| 106 | App::ProjectFile proj(stdFilePath); |
| 107 | auto fileStats = getProjectFileInfo(proj); |
| 108 | auto thumbnail = loadFCStdThumbnail(proj, _filePath); |
| 109 | Q_EMIT _signals.infoAvailable(_filePath, fileStats, thumbnail); |
| 110 | } |
nothing calls this directly
no test coverage detected