| 192 | } |
| 193 | |
| 194 | void BitstreamAnalysisWidget::backgroundParsingFunction() |
| 195 | { |
| 196 | if (this->parser) |
| 197 | this->parser->runParsingOfFile(this->currentCompressedVideo->properties().name); |
| 198 | } |
| 199 | |
| 200 | void BitstreamAnalysisWidget::currentSelectedItemsChanged(playlistItem *item1, playlistItem *, bool) |
| 201 | { |
no test coverage detected