| 198 | } |
| 199 | |
| 200 | ValuePairListSets playlistItemStatisticsFile::getPixelValues(const QPoint &pixelPos, int frameIdx) |
| 201 | { |
| 202 | (void)frameIdx; |
| 203 | return ValuePairListSets("Stats", this->statisticsData.getValuesAt(pixelPos)); |
| 204 | } |
| 205 | |
| 206 | bool playlistItemStatisticsFile::isSourceChanged() |
| 207 | { |
nothing calls this directly
no test coverage detected