| 58 | } // namespace |
| 59 | |
| 60 | StatisticsFileCSV::StatisticsFileCSV(const QString &filename, StatisticsData &statisticsData) |
| 61 | : StatisticsFileBase(filename) |
| 62 | { |
| 63 | this->readHeaderFromFile(statisticsData); |
| 64 | } |
| 65 | |
| 66 | /** The background task that parses the file and extracts the exact file positions |
| 67 | * where a new frame or a new type starts. If the user then later requests this type/POC |
nothing calls this directly
no test coverage detected