| 47 | constexpr unsigned STAT_MAX_STRING_SIZE = 1u << 28; |
| 48 | |
| 49 | StatisticsFileVTMBMS::StatisticsFileVTMBMS(const QString &filename, StatisticsData &statisticsData) |
| 50 | : StatisticsFileBase(filename) |
| 51 | { |
| 52 | this->readHeaderFromFile(statisticsData); |
| 53 | } |
| 54 | |
| 55 | /** The background task that parses the file and extracts the exact file positions |
| 56 | * where a new frame starts. If the user then later requests this POC |
nothing calls this directly
no test coverage detected