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

Method targetFormatChanged

gui/src/forms/frmconvert.cpp:122–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120}
121
122void frmConvert::targetFormatChanged(int targetFormatIdx) {
123 targetFormat = subtitleFormatsRegistry->listFormatNames().at(targetFormatIdx);
124 checkFPSNeeded();
125}
126
127void frmConvert::checkFPSNeeded() {
128 bool fpsNeeded;

Callers

nothing calls this directly

Calls 1

listFormatNamesMethod · 0.80

Tested by

no test coverage detected