| 44 | |
| 45 | ui.cbTargetFormat->clear(); |
| 46 | foreach (QString format, subtitleFormatsRegistry->listFormatNames()) { |
| 47 | ui.cbTargetFormat->addItem(format); |
| 48 | } |
| 49 | |
| 50 | connect(ui.pbSrcSubFileSelect, SIGNAL(clicked()), this, |
| 51 | SLOT(srcSubSelectClicked())); |
nothing calls this directly
no outgoing calls
no test coverage detected