| 120 | } |
| 121 | |
| 122 | void frmConvert::targetFormatChanged(int targetFormatIdx) { |
| 123 | targetFormat = subtitleFormatsRegistry->listFormatNames().at(targetFormatIdx); |
| 124 | checkFPSNeeded(); |
| 125 | } |
| 126 | |
| 127 | void frmConvert::checkFPSNeeded() { |
| 128 | bool fpsNeeded; |
nothing calls this directly
no test coverage detected