MCPcopy Create free account
hub / github.com/QNapi/qnapi / foreach

Function foreach

gui/src/forms/frmconvert.cpp:46–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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()));

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected