| 86 | } |
| 87 | void setParsingLimitEnabled(bool limitEnabled) { parsingLimitEnabled = limitEnabled; } |
| 88 | void setBitrateSortingIndex(int sortingIndex) |
| 89 | { |
| 90 | bitratePlotModel->setBitrateSortingIndex(sortingIndex); |
| 91 | } |
| 92 | |
| 93 | signals: |
| 94 | // Some data was updated and the models can be updated to reflec this. This is called regularly |
no outgoing calls
no test coverage detected